Difference between revisions of "Pt/Haskell"

From HaskellWiki
Jump to navigation Jump to search
Line 49: Line 49:
 
|-
 
|-
 
|}
 
|}
  +
  +
== Bibliotecas ==
  +
  +
{| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
  +
|-
  +
| [http://haskell.org/ghc/docs/latest/html/libraries/ Bibliotecas padrão]
  +
|-
  +
| [http://hackage.haskell.org Banco de dados de bibliotecas Hackage]
  +
|-
  +
| [[Libraries and tools|Aplicações e bibliotecas]]
  +
|-
  +
| [http://haskell.org/hoogle Hoogle: procura de bibliotecas]
  +
|-
  +
|}
  +
   
   

Revision as of 20:50, 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.


Sobre

Introdução
Definição da Linguagem
História
Futuro
Implementação
GHC
Hugs
nhc98
Yhc

Como começar

Haskell em 5 passos
Aprendendo Haskell
Livros e tutoriais
Artigos Wiki
Blog artigos
Wikibook
Research papers
Códigos exemplo

Bibliotecas

Bibliotecas padrão
Banco de dados de bibliotecas Hackage
Aplicações e bibliotecas
Hoogle: procura de bibliotecas



Livros-texto

Cover Claudio Cesar de S and Marcio Ferreira da Silva
Haskell: Uma Abordagem Prtica, Novatec Editora Ltda., 2006, 296 pages, ISBN 85-7522-095-0. The price is R$ 62,00 (in Reais). Language: Portugese

This book is being published by Novatec Editora Ltda. You can access directly here.
Book description:
This book brings a comprehensive vision of Haskell language. No knowledge in another functional programming language is expected. In addition, no background in programming is required. The book presents issues from basic up to an intermediate level; it also includes some advanced aspects of Haskell. The title of the book, Haskell: Uma Abordagem Prtica, in English Haskell: A Practical Approach, is the essence of the book. The result is a text that can be used in courses of programming and paradigms languages. Finally, many practical examples can be found throughout the book.

An additional page containing comments on this book is found here: [1]. Other data as bibtex entry, cover's book in several formats, Winhugs-2001 for download, and so on. This page is Portugese.

Blogs

Articles