Pt/Haskell: Difference between revisions

From HaskellWiki
No edit summary
(prime link fix)
 
Line 122: Line 122:
* Haskell.org é a organização mentora no [http://code.google.com/soc 2007 Google Summer of Code].  9 estudantes foram convidados pelo Google para trabalhar na infraestrutura do projeto para Haskell.
* Haskell.org é a organização mentora no [http://code.google.com/soc 2007 Google Summer of Code].  9 estudantes foram convidados pelo Google para trabalhar na infraestrutura do projeto para Haskell.


* 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://prime.haskell.org Haskell-prime] começou a trabalhar para definir a próxima ''minor revision'' da especificação da linguagem.


* A comunidade Haskell [http://www.haskell.org/communities November 2006] Relatório de Atividades 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.

Latest revision as of 19:51, 4 April 2019

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.


Sobre

Por que usar Haskell?
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

The Third ACM SIGPLAN Workshop on Functional Software Architecture - FP in the Large (FUNARCH 2025)
Co-located with ICFP 2025
2025-10-17, Singapore
ACM SIGPLAN International Conference on Functional Programming (ICFP 2025)
2025-10-12 – 2025-10-18, Singapore
Haskell Symposium 2025 (SPLASH 2025)
Co-located with ICFP 2025
2025-10-16 – 2025-10-17, Singapore
The Tenth International Workshop on Type-Driven Development (TyDe)
Co-located with ICFP 2025 and SPLASH
2025-10-12, Singapore
18th ACM SIGPLAN International Conference on Software Language Engineering (SLE 2025)
Co-located with STAF 2025
2025-06-12 – 2025-06-13, Koblenz, Germany
ZuriHac 2025
2025-06-07 – 2025-06-09, Eastern Switzerland University of Applied Sciences, Rapperswil, Switzerland
Haskell Ecosystem Workshop and the Haskell Implementors' Workshop
Co-located with ZuriHac
2025-06-05 – 2025-06-06, Eastern Switzerland University of Applied Sciences, Rapperswil, Switzerland

Recent Events

Eleventh International Conference on Fundamentals of Software Engineering 2025 - Theory and Practice (FSEN '25)
2025-04-07 – 2025-04-08, Västerås, Sweden
BOB Conference 2025
“What happens if we simply use what’s best?”
2025-03-14, Berlin
Functional Conf 2025
2025-01-24 – 2025-01-25, Online
27th Int'l Symp. on Practical Aspects of Declarative Languages (PADL 2025)
Co-located with ACM POPL 2025
2025-01-20 – 2025-01-21, Denver, Colorado, United States
52nd ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages (POPL 2025)
2025-01-19 – 2025-01-25, Denver, Colorado, United States
26th International Symposium on Trends in Functional Programming (TFP 2025)
2025-01-14 – 2025-01-16, Oxford, UK
Trends in Functional Programming in Education (TFPiE 2025)
2025-01-13, Oxford, UK
Functional Conf 2024
2024-11-21 – 2024-11-23, Bengaluru, India
The 22nd Asian Symposium on Programming Languages and Systems (APLAS 2024)
2024-10-22 – 2024-10-24, Kyoto, Japan
17th ACM SIGPLAN International Conference on Software Language Engineering (SLE 2024)
2024-10-20 – 2024-10-21, Pasadena, California, United States
The 29th ACM SIGPLAN International Conference on Functional Programming (ICFP 2024) and affiliated events
2024-09-02 – 2024-09-07, Milan, Italy
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


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 Prática, 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 Prática, 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.


Notícias

See here

Articles