![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
Haskell ideas?
I've been tinkering and playing with Haskell recently and am really liking it, but I'm trying to think of a program or something to write in Haskell to try things. I've done things like guards, list comprehensions, and even a bit about Monads.
Can anybody recommend a good idea? Something that would be good to test my chops on? |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
There's a page that describes how to build a lisp interpreter in Haskell. Because it's only an tutorial, the Lisp interpreter at the end only supports numbers. How about following the tutorial through and understanding how the interpreter words, then expanding it to support strings, and add some more functionality to it. Experiment a bit.
This might be a bit complex, but it might be worth a try. |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
Thanks, I've seen the customary "Scheme/Lisp in Haskell" tutorials before, including that one, but I couldn't ever find that one again. :p
I also found some of the "Programming Haskell" tutorials on http://cgi.cse.unsw.edu.au/~dons/blog/ to be quite informative. Particularly the arguement handling bit on a reverse cat program; it was a good example of monadics going into work (which is what I've been wanting to see.) I'll look around some more, thanks! |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Dec 2006
Posts: 5
Rep Power: 0
![]() |
Take whatever you might like to write in C or C++ or some language like that, and write it in Haskell.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Haskell | Arevos | Other Programming Languages | 25 | Jun 3rd, 2007 5:34 PM |
| Project Ideas | coldDeath | Coder's Corner Lounge | 9 | Sep 4th, 2006 11:48 AM |
| Custom Case Ideas | Indigno | Coder's Corner Lounge | 18 | Aug 10th, 2006 7:13 PM |
| New Language Ideas | iignotus | Coder's Corner Lounge | 17 | May 20th, 2005 5:35 PM |
| help! project ideas needed | kevin | Coder's Corner Lounge | 3 | Apr 5th, 2005 12:16 PM |