Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KindaSloth/Haskell4Noobs
Único roadmap de Haskell possível, do noob ao Thanos
https://github.com/KindaSloth/Haskell4Noobs
brasil functional-programming haskell portugues portuguese tutorial
Last synced: 3 months ago
JSON representation
Único roadmap de Haskell possível, do noob ao Thanos
- Host: GitHub
- URL: https://github.com/KindaSloth/Haskell4Noobs
- Owner: KindaSloth
- Created: 2021-07-27T19:55:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T19:57:00.000Z (about 1 year ago)
- Last Synced: 2024-07-25T07:15:01.365Z (3 months ago)
- Topics: brasil, functional-programming, haskell, portugues, portuguese, tutorial
- Homepage:
- Size: 162 KB
- Stars: 243
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell4Noobs
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
Único roadmap de Haskell possível, do noob ao Thanos
### Links
| Nome | Idioma | Pago? |
|:-- |:--: |:--: |
| [Thanosmath playlist sobre programação funcional](https://www.youtube.com/playlist?list=PLlWL3aOWFGDiNA6VIeunnAlg8lsQkevTk) | 🇧🇷 | Não |
| [Programação Funcional em Haskell - UFABC](https://www.youtube.com/playlist?list=PLYItvall0TqJ25sVTLcMhxsE0Hci58mpQ) | 🇧🇷 | Não |
| [Haskell - Functional Programming Fundamentals](https://www.youtube.com/playlist?list=PLoJC20gNfC2gpI7Dl6fg8uj1a-wfnWTH8) | 🇺🇸 | Não
| [FPComplete Haskell](https://www.fpcomplete.com/haskell/) | 🇺🇸 | Sim |
| [Functional Programming in Haskell: Supercharge Your Coding](https://www.futurelearn.com/courses/functional-programming-haskell) | 🇺🇸 | Sim |
| [Haskell for Imperative Programmers](https://youtube.com/playlist?list=PLe7Ei6viL6jGp1Rfu0dil1JH1SHk9bgDV) | 🇺🇸 | Não |
| [Serokell blog posts about Haskell](https://serokell.io/blog/haskell) | 🇺🇸 | Não |
| [Serokell Haskell Course (Source)](https://github.com/serokell/hse-haskell-course-src) | 🇺🇸 | Não |### Exercícios
| Nome | Idioma | Pago? |
|:-- |:--: |:--: |
| [Correção das listas de exercícios - UFABC](https://www.youtube.com/playlist?list=PLYItvall0TqJU369ZZ2oNN9mrhLX6Myqk) | 🇧🇷 | Não |
| [99 Problems in Haskell](https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems) | 🇺🇸 | Não |### Cursos
| Nome | Idioma | Pago? |
|:-- |:--: |:--: |
| [Curso Haskell para Iniciantes](https://www.udemy.com/course/curso-haskell/) | 🇧🇷 | Não |
| [Type Classes](https://typeclasses.com/) | 🇺🇸 | Sim |
| [Functional Programming in Haskell](https://www.youtube.com/watch?v=a0fPHkzK36I&list=PLF1Z-APd9zK7usPMx3LGMZEHrECUGodd3) | 🇺🇸 | Não |
| [Advanced Functional Programming in Haskell](https://www.youtube.com/watch?v=-qhbNGghVfc&list=PLF1Z-APd9zK5uFc8FKr_di9bfsYv8-lbc) | 🇺🇸 | Não |### Livros
| Nome | Idioma | Pago? |
|:-- |:--: |:--: |
| [Happy Learn Haskell](http://www.happylearnhaskelltutorial.com/) | 🇺🇸 | Não |
| [Learn You a Haskell for Great Good!](http://learnyouahaskell.com/chapters) | 🇺🇸 | Não |
| [Real World Haskell](http://book.realworldhaskell.org/read/) | 🇺🇸 | Não |
| [Haskell Programming from first principles](https://haskellbook.com/) | 🇺🇸 | Sim |
| [Programming in Haskell](http://www.cs.nott.ac.uk/~pszgmh/pih.html) | 🇺🇸 | Sim |
| [Livro de Haskell](https://www.casadocodigo.com.br/products/livro-haskell) | 🇧🇷 | Sim |
| [Yesod e Haskell](https://www.casadocodigo.com.br/products/livro-yesod-haskell) | 🇧🇷 | Sim |
| [What I Wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask/) | 🇺🇸 | Não |### Comunidade
| Nome | Idioma | Pago? |
|:-- |:--: |:--: |
| [Haskell-BR](https://t.me/haskellbr) | 🇧🇷 | Não |
| [Haskell Fórum](https://discourse.haskell.org) | 🇺🇸 | Não |
| [Haskell Weekly](https://haskellweekly.news/) | 🇺🇸 | Não |
| [Reddit](https://www.reddit.com/r/haskell/) | 🇺🇸 | Não |### Ideias de projetos (Todo List)
- [x] [Binary Search Tree](https://github.com/Guilherme775/bst-haskell)
- [x] [Red Black Tree](https://github.com/Guilherme775/RBTree-Haskell)
- [x] [Parsers from scratch](https://github.com/Guilherme775/Parsers-Scratch)
- [x] [Parsers using Parsec](https://github.com/Guilherme775/Parsers-Parsec)
- [x] [Lambda calculus interpreter](https://github.com/Guilherme775/Lambdinha)
- [x] [Crudzinho](https://github.com/Guilherme775/Haskell-CRUD)## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Guilherme dos Reis Meira
🖋 📖 💻 🚧 🧑🏫
Antoniel Magalhães
🖋 📖
Camilo Cunha de Azevedo
🖋 📖
Miguel Gomes
🖋
Matheus de Souza Pessanha
🖋
Lucas Alexander Floriani
🖋
Samuel Durante
🖋
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!