Cn/Haskell
From HaskellWiki
(Difference between revisions)
| Line 9: | Line 9: | ||
{| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | ||
|- | |- | ||
| - | | [[Introduction]] | + | | [[Introduction|介绍 Introduction]] |
|- | |- | ||
| - | | [[Language and library specification|Language definition]] | + | | [[Language and library specification|语言定义 Language definition]] |
|- | |- | ||
| - | | [[History of Haskell]] | + | | [[History of Haskell|历史]] |
|- | |- | ||
| - | | [[Future of Haskell]] | + | | [[Future of Haskell|特点]] |
|- | |- | ||
| - | | [[Implementations]] | + | | [[Implementations|实现]] |
|- | |- | ||
|} | |} | ||
| Line 25: | Line 25: | ||
: [[Yhc]] | : [[Yhc]] | ||
| - | == 学习Haskell | + | == 学习Haskell == |
{| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | ||
|- | |- | ||
| - | | [[Haskell in 5 steps]] | + | | [[Haskell in 5 steps|学习Haskell五步走]] |
|- | |- | ||
| - | | [[Learning Haskell]] | + | | [[Learning Haskell|学习Haskell]] |
|- | |- | ||
| - | | [[Books and tutorials]] | + | | [[Books and tutorials|书籍和教程]] |
|- | |- | ||
| - | | [[:Category:Haskell| | + | | [[:Category:Haskell|Wiki文章]] |
|- | |- | ||
| - | | [[Blog articles]] | + | | [[Blog articles|博客文章]] |
|- | |- | ||
| - | | [[Video presentations]] | + | | [[Video presentations|视频]] |
|- | |- | ||
| - | | [http://en.wikibooks.org/wiki/Haskell | + | | [http://en.wikibooks.org/wiki/Haskell wiki书籍] |
|- | |- | ||
| - | | [[Research papers]] | + | | [[Research papers|研究论文]] |
|- | |- | ||
| - | | [[Example code]] | + | | [[Example code|示例代码]] |
|- | |- | ||
|} | |} | ||
| Line 53: | Line 53: | ||
{| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | ||
|- | |- | ||
| - | | [http://haskell.org/ghc/docs/latest/html/libraries/ | + | | [http://haskell.org/ghc/docs/latest/html/libraries/ 标准库] |
|- | |- | ||
| [http://hackage.haskell.org Hackage library database] | | [http://hackage.haskell.org Hackage library database] | ||
| Line 67: | Line 67: | ||
{| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | ||
|- | |- | ||
| - | | [http://haskell.org/communities/ | + | | [http://haskell.org/communities/ 社区和活跃的项目] |
|} | |} | ||
| - | : [[Haskell_in_education| | + | : [[Haskell_in_education|教育]] |
| - | : [[Haskell in industry|Industry]] | + | : [[Haskell in industry|行业 Industry]] |
| - | : [[Haskell_in_research|Research]] | + | : [[Haskell_in_research|研究 Research]] |
| - | : [[Haskell_and_mathematics|Mathematics]] | + | : [[Haskell_and_mathematics|数学 Mathematics]] |
{| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | ||
|- | |- | ||
| - | | [[Mailing lists]] | + | | [[Mailing lists|邮件列表 Mailing lists]] |
|- | |- | ||
| [[IRC channel]] | | [[IRC channel]] | ||
|- | |- | ||
| - | | [[User groups]] | + | | [[User groups|用户组]] |
|- | |- | ||
| [http://planet.haskell.org/ Planet Haskell] | | [http://planet.haskell.org/ Planet Haskell] | ||
| Line 93: | Line 93: | ||
| [[Conferences]] | | [[Conferences]] | ||
|- | |- | ||
| - | | [[Programming contests|Contests]] | + | | [[Programming contests|争论 Contests]] |
|- | |- | ||
| - | | [[Jobs]] | + | | [[Jobs|工作]] |
|- | |- | ||
| - | | [[Consultants]] | + | | [[Consultants|顾问 Consultants]] |
|- | |- | ||
| - | | [[Humor]] | + | | [[Humor|幽默]] |
|- | |- | ||
| - | | [[Merchandise]] | + | | [[Merchandise|商品 Merchandise]] |
|- | |- | ||
| [[Haskell.org|haskell.org]] | | [[Haskell.org|haskell.org]] | ||
| Line 107: | Line 107: | ||
| [[HaskellWiki:Contributing|Contributing to this site]] | | [[HaskellWiki:Contributing|Contributing to this site]] | ||
|- | |- | ||
| - | | | + | | 其他语言: [[Haskell|en]] [[Es/Haskell|es]] [[Ro/Haskell|ro]] [[Pt/Haskell|pt]] [[Fr/Haskell|fr]] [[Ru/Haskell | ru]][[cn/Haskell | 中文(简体)]] |
|- | |- | ||
|} | |} | ||
Revision as of 01:56, 11 September 2007
Haskell is a general purpose, purely functional programming language featuring static typing, higher order functions, polymorphism, type classes, and monadic effects. Haskell compilers are freely available for almost any computer.
1 关于 About
2 学习Haskell
3 库 Libraries
4 社区 Community
|
5 事件 EventsUpcoming Events
Recent Events
6 头条 Headlines
7 新闻 NewsSee here |


