Return - Entire thread - Last 10 posts

Practical funclangs (3)


1 Name: #!/usr/bin/anonymous : 2008-09-01 07:45 ID:23BXatyZ

Hello,

I'm wondering if there exists any writing which approaches learning a functional language (Lisp, Scheme, Haskell, whatever) from the perspective of creating real applications in it; something similar to the book Beginning Python, which acquaints you with that language and then walks you through creating a simple GUI app, CGI bulletin board, arcade game, etc. with it.

Entire post...

2 Name: #!/usr/bin/anonymous : 2008-09-01 08:19 ID:Heaven

http://gigamonkeys.com/book/

“Please don't assume Common Lisp is only useful for Databases, Unit Test Frameworks, Spam Filters, ID3 Parsers, Web Programming, Shoutcast Servers, HTML Generation Interpreters, and HTML Generation Compilers just because these are the only things happened to be implemented in the book Practical Common Lisp.—Tobias C. Rittweiler, Lisp Programmer

3 Name: #!/usr/bin/anonymous : 2008-09-02 00:31 ID:Uem/UMxA

http://book.realworldhaskell.org/