Pt/Haskell
From HaskellWiki
(Difference between revisions)
| (6 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
<p style="text-align:center"> | <p style="text-align:center"> | ||
| - | Haskell é uma linguagem de propósito geral, linguagem de programação puramente funcional e fortemente tipada, com funções de | + | Haskell é uma linguagem de propósito geral, linguagem de programação puramente funcional e fortemente tipada, com funções de ordem superir, polimorfismo, classes tipadas e mônadicas. Compiladores Haskell são livremente disponíveis para as mais variadas plataformas. |
</p> | </p> | ||
__NOTOC__ | __NOTOC__ | ||
| + | |||
{| border=0 cellspacing=5 cellpadding=15 | {| border=0 cellspacing=5 cellpadding=15 | ||
| valign=top bgcolor=#F0F0F0 style="text-align:left" | | | valign=top bgcolor=#F0F0F0 style="text-align:left" | | ||
| Line 10: | Line 11: | ||
{| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" | ||
|- | |- | ||
| - | | [[Introdução]] | + | | [[Pt/Introdução|Por que usar Haskell?]] |
|- | |- | ||
| - | | [[Linguagem e especificação das bibliotecas|Definição da Linguagem]] | + | | [[Pt/Linguagem e especificação das bibliotecas|Definição da Linguagem]] |
|- | |- | ||
| - | | [[História do Haskell|História]] | + | | [[Pt/História do Haskell|História]] |
|- | |- | ||
| - | | [[Futuro]] | + | | [[Pt/Futuro|Futuro]] |
|- | |- | ||
| - | | [[Implementação]] | + | | [[Pt/Implementação|Implementação]] |
|- | |- | ||
|} | |} | ||
| Line 130: | Line 131: | ||
== Livros-texto == | == Livros-texto == | ||
| - | ;[[Image:Uma_Abordagem_Pratica.jpg|Cover]] Claudio Cesar de S and Marcio Ferreira da Silva: <em> Haskell: Uma Abordagem | + | ;[[Image:Uma_Abordagem_Pratica.jpg|Cover]] Claudio Cesar de S and Marcio Ferreira da Silva: <em> Haskell: Uma Abordagem Prática</em>, [http://www.novatec.com.br Novatec Editora Ltda.], 2006, 296 pages, ISBN 85-7522-095-0. The price is R$ 62,00 (in Reais). Language: Portugese |
<blockquote> | <blockquote> | ||
| Line 141: | Line 142: | ||
issues from basic up to an intermediate level; it also includes some | issues from basic up to an intermediate level; it also includes some | ||
advanced aspects of Haskell. The title of the book, <em>Haskell: Uma | advanced aspects of Haskell. The title of the book, <em>Haskell: Uma | ||
| - | Abordagem | + | Abordagem Prática</em>, in English <em>Haskell: A Practical Approach</em>, is the essence of the book. |
The result is a text that can be used in courses of programming and paradigms languages. | The result is a text that can be used in courses of programming and paradigms languages. | ||
Finally, many practical examples can be found | Finally, many practical examples can be found | ||
Current revision
Haskell é uma linguagem de propósito geral, linguagem de programação puramente funcional e fortemente tipada, com funções de ordem superir, polimorfismo, classes tipadas e mônadicas. Compiladores Haskell são livremente disponíveis para as mais variadas plataformas.
1 Sobre
2 Como começar
3 Bibliotecas
4 Comunidade
|
5 EventosUpcoming Events
Recent Events
6 Headlines
7 Livros-texto
This book is being published by Novatec Editora Ltda. You can access directly here.
8 NotíciasSee here |



