language: haskell

Search for: why haskell

Here is an argument for its sake


pure functional with no side affects
strongly typed
concise
high level
memory managed
modular

A presentation from my good friend Gabor Liptak (.ppt file)

The following links are courtesy Gabor

haskell.org

http://book.realworldhaskell.org/

Haskell tutorial

http://hal3.name/docs/daume02yaht.pdf

http://learnyouahaskell.com/

http://tryhaskell.org/

Haskell Educational Advancement Tool (HEAT)

http://cheatsheet.codeslower.com/CheatSheet.pdf: cheatsheet

Monad blog

http://themonadreader.wordpress.com/

Microsoft researcher

http://research.microsoft.com/en-us/people/simonpj/

Another researcher

http://homepages.inf.ed.ac.uk/wadler/

multicore and haskell

Microsoft ch 9 lectures

Teaching FP to freshmen