Pt/Haskell
From HaskellWiki
(Difference between revisions)
| Line 27: | Line 27: | ||
: [http://haskell.org/nhc98 nhc98] | : [http://haskell.org/nhc98 nhc98] | ||
: [[Yhc]] | : [[Yhc]] | ||
| + | |||
| + | == Como começar == | ||
| + | |||
| + | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | ||
| + | |- | ||
| + | | [[Haskell em 5 passos]] | ||
| + | |- | ||
| + | | [[Aprendendo Haskell]] | ||
| + | |- | ||
| + | | [[Livros e tutoriais]] | ||
| + | |- | ||
| + | | [[:Categoria:Haskell|Artigos Wiki]] | ||
| + | |- | ||
| + | | [[Blog artigos]] | ||
| + | |- | ||
| + | | [http://en.wikibooks.org/wiki/Haskell Wikibook] | ||
| + | |- | ||
| + | | [[Research papers]] | ||
| + | |- | ||
| + | | [[Códigos exemplo]] | ||
| + | |- | ||
| + | |} | ||
Revision as of 20:39, 21 April 2007
Haskell em Português
Haskell é uma linguagem de propósito geral, linguagem de programação puramente funcional e fortemente tipada, com funções de alta ordem, polimorfismo, classes tipadas e mônadas. Compiladores Haskell são livremente disponíveis para as mais variadas plataformas.
1 Sobre
2 Como começar
3 Livros-texto
This book is being published by Novatec Editora Ltda. You can access directly here. 4 Blogs5 Articles |

