Difference between revisions of "Pt/Haskell"

From HaskellWiki
Jump to navigation Jump to search
Line 125: Line 125:
 
* O comitê [http://hackage.haskell.org/trac/haskell-prime Haskell-prime] começou a trabalhar para definir a próxima ''minor revision'' da especificação da linguagem.
 
* O comitê [http://hackage.haskell.org/trac/haskell-prime Haskell-prime] começou a trabalhar para definir a próxima ''minor revision'' da especificação da linguagem.
   
* A [http://www.haskell.org/communities November 2006] Haskell Communities and Activities report foi criada, documentando projetos para a comunidade Haskell.
+
* A comunidade Haskell [http://www.haskell.org/communities November 2006] Relatório de Atividades foi criada, documentando projetos para a comunidade Haskell.
   
 
* Haskell, pelo terceiro ano seguido, foi usado por [http://googleresearch.blogspot.com/2006/09/and-awards-go-to.html the winning team] e no [http://www.boundvariable.org/scoreboard.shtml ICFP Programming Contest].
 
* Haskell, pelo terceiro ano seguido, foi usado por [http://googleresearch.blogspot.com/2006/09/and-awards-go-to.html the winning team] e no [http://www.boundvariable.org/scoreboard.shtml ICFP Programming Contest].

Revision as of 12:41, 29 May 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


Comunidade

Comunidades de projetos
Educação
Indústria
Pesquisa
Matemática
Mailing lists
IRC channel
User groups
Planet Haskell
Haskell Notícias semanais
The Haskell Sequence
Haskell pastebin
Conferências
Conteúdo
Trabalhos
Consultores
Humor
Merchandise
haskell.org
Contribuindo para o site
Languages: en es ro pt fr


Eventos

Upcoming Events
OOPSLA 2024
OOPSLA 2024 will be held as part of The ACM Conference on Systems, Programming, Languages, and Applications: Software for Humanity (SPLASH'24)
2024-10-20 – 2024-10-25, Pasadena, California, United States
29th ACM SIGPLAN International Conference on Functional Programming (ICFP 2024)
2024-09-02 – 2024-09-07, Milan, Italy


Recent Events
17th International Symposium on Functional and Logic Programming (FLOPS 2024)
2024-05-15 – 2024-05-17, Kumamoto, Japan
Dutch Formal Methods Day 2024
2024-04-16, Boothzaal in the University Library on the Utrecht Science Park, The Netherlands
European joint conferences on theory and practice of software (ETAPS 2024)
2024-04-06 – 2024-04-11, Luxembourg City, Luxembourg
33rd European Symposium on Programming (ESOP 2024)
Co-located with ETAPS 2024
2024-04-06 – 2024-04-11, Luxembourg City, Luxembourg
BOB Conference 2024
"What happens when we use what's best for a change?"
2024-03-17, Berlin, Germany
The 1st Workshop on Hardware Acceleration of Functional and Declarative Languages (HAFDAL '24)
Co-located with HPCA
2024-03-02 or 2024-03-03 Edinburgh, UK
Journées Francophones des Langages Applicatifs (JFLA 2024)
Presentations are expected to be given in French.
2024-01-30 – 2024-02-02, Abbaye de Saint-Jacut, Saint-Jacut-de-la-Mer, France
ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation (PEPM 2024)
Co-located with POPL 2024
2024-01-16, London, United Kingdom
26th International Symposium on Practical Aspects of Declarative Languages (PADL 2024)
Co-located with ACM POPL 2024
2024-01-15 – 2024-01-16, London, United Kingdom
Certified Programs and Proofs (CPP) 2024
Co-located with POPL 2024
2024-01-15 – 2024-01-16, London, United Kingdom
25th International Symposium on Trends in Functional Programming (TFP 2024)
2024-01-09 – 2024-01-12, South Orange, NJ, USA
Trends in Functional Programming in Education (TFPIE 2024)
2024-01-09 West Orange, NJ, USA, co-located with TFP 2024 at Seton Hall University
Dutch Functional Programming Day (NLFP 2024)
2024-01-05, Delft, The Netherlands


Headlines

  • Haskell.org é a organização mentora no 2007 Google Summer of Code. 9 estudantes foram convidados pelo Google para trabalhar na infraestrutura do projeto para Haskell.
  • O comitê Haskell-prime começou a trabalhar para definir a próxima minor revision da especificação da linguagem.
  • A comunidade Haskell November 2006 Relatório de Atividades foi criada, documentando projetos para a comunidade Haskell.


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