Haskell

    Haskell,是一种Pure(纯粹)的函数式程序设计语言。
Haskell的function和action是分开的,用Action来描述各种pure functional的语言难以描述的事情。

Perl6的Pugs实现的作者唐宗汉这样评价haskell
    faster than C++, more concise than Perl, more regular than Python, more flexible than Ruby, more typeful than C#, more robust than Java, and has absolutely nothing in common with PHP.

 

why Functional Programming Matters
http://www.md.chalmers.se/~rjmh/Papers/whyfp.html

 

英文:
http://www.haskell.org/
http://en.wikipedia.org/wiki/Haskell_programming_language


Haskell Reference
http://zvon.org/other/haskell/Outputglobal/index.html
Tour of the Haskell Syntax
http://www.cs.uu.nl/~afie/haskell/tourofsyntax.html

 

中文:
http://wiki.perlchina.org/main/print/Yet_Another_Haskell_Tutorial
http://rufi.yculblog.com/post.58940.html
http://www.worldbbs.info/cgi-bin/topic.cgi?forum=20&topic=288
http://dreamdaily.blogchina.com/3009286.html

 

 

你可能感兴趣的:(Program,Language)