Nifty Haskell and LISP projects (updated)
I find people who are fluent in specialized and high level languages to have written interesting articles and done nice projects with a much higher probability than the average. :)
Anyway, my current interest is in how you can define GUIs with functional languages. I have done a web search recently on the topic but have to sadly acknowledge that the ones of the highest abstraction level are not currently of production quality. Maybe it would be best to hack some functions of my own fulfilling my needs and opt for wxHaskell. Does it worth it? I need to give it a try.
Anyway, my current interest is in how you can define GUIs with functional languages. I have done a web search recently on the topic but have to sadly acknowledge that the ones of the highest abstraction level are not currently of production quality. Maybe it would be best to hack some functions of my own fulfilling my needs and opt for wxHaskell. Does it worth it? I need to give it a try.
- http://web.cs.wpi.edu/~cs4536/c06/Assignments/hwk2.html nice functional programming assignments
- http://www.lassila.org/blog/archive/2006/05/fun_with_lazy_e_1.html working on LISP laziness
- http://common-lisp.net/project/clazy/ LISP laziness project
- http://www.haskell.org/haskellwiki/Stack_overflow laziness is not always a bliss
- http://web.cecs.pdx.edu/~mpj/cs557/week07.pdf Mark P. Jones: "Lazy Evaluation: Strict Evaluation: It's not just about time" with simple examples
- https://eprints.kfupm.edu.sa/67270/1/67270.pdf David J. King: "Structuring Depth-First Search Algorithms in Haskell" graph algorithms
- http://www.md.chalmers.se/~rjmh/Papers/whyfp.pdf Chalmers Tekniska Hogskola: "Why Functional Programming Matters"
- http://www.cs.nott.ac.uk/~gmh/pearl.pdf Hutton & Meijer: "Functional Pearls: Monadic Parsing in Haskell" (recursive descent)
Comments
Post a Comment