mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-07 15:20:21 +00:00
Merge branch 'master' of github.com:bitemyapp/learnhaskell
This commit is contained in:
commit
b0aaac4d0d
@ -114,11 +114,6 @@ pipes, and lenses.
|
|||||||
|
|
||||||
These resources are not vetted or tested with learners as cis194 and NICTA course have been, but they're linked in [the topic listing](specific_topics.md) so you have ideas on where to begin. This includes things like intermediate/advanced concepts and subjects like tooling and text editors.
|
These resources are not vetted or tested with learners as cis194 and NICTA course have been, but they're linked in [the topic listing](specific_topics.md) so you have ideas on where to begin. This includes things like intermediate/advanced concepts and subjects like tooling and text editors.
|
||||||
|
|
||||||
# Extended Reading list
|
|
||||||
|
|
||||||
> Some are already included here
|
|
||||||
|
|
||||||
- [Essential Haskell Reading List](http://www.stephendiehl.com/posts/essential_haskell.html)
|
|
||||||
|
|
||||||
## Dialogues
|
## Dialogues
|
||||||
|
|
||||||
|
24
guide-de.md
24
guide-de.md
@ -504,8 +504,6 @@ Haskell. Verfübar über [hackage](https://hackage.haskell.org/package/aeson) un
|
|||||||
|
|
||||||
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
||||||
|
|
||||||
- [Ein vim+haskell Workflow](http://www.stephendiehl.com/posts/vim_haskell.html)
|
|
||||||
|
|
||||||
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
||||||
|
|
||||||
- [GHC-Mod vim plugin](https://github.com/eagletmt/ghcmod-vim)
|
- [GHC-Mod vim plugin](https://github.com/eagletmt/ghcmod-vim)
|
||||||
@ -516,15 +514,7 @@ Haskell. Verfübar über [hackage](https://hackage.haskell.org/package/aeson) un
|
|||||||
|
|
||||||
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
||||||
|
|
||||||
# FAQ und Arbeiten mit Cabal
|
# Arbeiten mit Cabal
|
||||||
|
|
||||||
## Tolles FAQ
|
|
||||||
|
|
||||||
Neben vielen nützlichen Informationen zu allen Arten von Konzepten, wie GADTs,
|
|
||||||
ist dies auch eine hilfreiche Anleitung für Cabal:
|
|
||||||
|
|
||||||
- [What I wish I knew when learning Haskell](http://dev.stephendiehl.com/hask/)
|
|
||||||
auch auf github [hier](https://github.com/sdiehl/wiwinwlh).
|
|
||||||
|
|
||||||
## Cabal Leitfaden
|
## Cabal Leitfaden
|
||||||
|
|
||||||
@ -768,12 +758,6 @@ Wenn du dich mit Typ- oder Kategorien Theorie beschäftigen willst:
|
|||||||
|
|
||||||
- [Type theory and Functional Programming](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
- [Type theory and Functional Programming](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
||||||
|
|
||||||
## Stephens tolle "How to get to monad" Artikel
|
|
||||||
|
|
||||||
- [Adjunctions](http://www.stephendiehl.com/posts/adjunctions.html).
|
|
||||||
|
|
||||||
- [Monads](http://www.stephendiehl.com/posts/monads.html).
|
|
||||||
|
|
||||||
# Andere interessante Themen
|
# Andere interessante Themen
|
||||||
|
|
||||||
## Parametricity, ad-hoc vs. parametric polymorphism, free theorems
|
## Parametricity, ad-hoc vs. parametric polymorphism, free theorems
|
||||||
@ -842,12 +826,6 @@ Wenn du dich mit Typ- oder Kategorien Theorie beschäftigen willst:
|
|||||||
|
|
||||||
- [Statically link GMP using GHC and LLVM](http://stackoverflow.com/questions/10539857/statically-link-gmp-to-an-haskell-application-using-ghc-llvm)
|
- [Statically link GMP using GHC and LLVM](http://stackoverflow.com/questions/10539857/statically-link-gmp-to-an-haskell-application-using-ghc-llvm)
|
||||||
|
|
||||||
# Weitere Dinge zum lesen
|
|
||||||
|
|
||||||
> Einige sind bereits hier enthalten
|
|
||||||
|
|
||||||
- [Essential Haskell Reading List](http://www.stephendiehl.com/posts/essential_haskell.html)
|
|
||||||
|
|
||||||
## Dialog
|
## Dialog
|
||||||
|
|
||||||
> In diesem Repository zu finden, siehe [hier](dialogues.md).
|
> In diesem Repository zu finden, siehe [hier](dialogues.md).
|
||||||
|
24
guide-fr.md
24
guide-fr.md
@ -449,8 +449,6 @@ Disponible sur [hackage](https://hackage.haskell.org/package/aeson) et
|
|||||||
|
|
||||||
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
||||||
|
|
||||||
- [Un workflow vim+haskell](http://www.stephendiehl.com/posts/vim_haskell.html)
|
|
||||||
|
|
||||||
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
||||||
|
|
||||||
- [plugin vim GHC-Mod](https://github.com/eagletmt/ghcmod-vim)
|
- [plugin vim GHC-Mod](https://github.com/eagletmt/ghcmod-vim)
|
||||||
@ -461,15 +459,7 @@ Disponible sur [hackage](https://hackage.haskell.org/package/aeson) et
|
|||||||
|
|
||||||
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
||||||
|
|
||||||
# FAQ et utilisation de Cabal
|
# Utilisation de Cabal
|
||||||
|
|
||||||
## Une FAQ fantastique
|
|
||||||
|
|
||||||
En plus d'être un guide extraordinaire sur pleins de sujets comme les GADT,
|
|
||||||
il couvre aussi des bases utiles de Cabal.
|
|
||||||
|
|
||||||
- [Ce que j'aurais aimé savoir lors de mon apprentissage d'Haskell](http://dev.stephendiehl.com/hask/)
|
|
||||||
aussi disponible sur github [ici](https://github.com/sdiehl/wiwinwlh).
|
|
||||||
|
|
||||||
## Recommandations pour Cabal
|
## Recommandations pour Cabal
|
||||||
|
|
||||||
@ -718,12 +708,6 @@ Si vous voulez en apprendre plus sur les types et la théorie des catégories:
|
|||||||
|
|
||||||
- [La théorie des Types et la Programmation Functionnelle](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
- [La théorie des Types et la Programmation Functionnelle](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
||||||
|
|
||||||
## Les magnifiques posts de Stephen "Comment aller aux monades"
|
|
||||||
|
|
||||||
- [Adjonctions](http://www.stephendiehl.com/posts/adjunctions.html).
|
|
||||||
|
|
||||||
- [Monades](http://www.stephendiehl.com/posts/monads.html).
|
|
||||||
|
|
||||||
# Autres sujets amusants
|
# Autres sujets amusants
|
||||||
|
|
||||||
## Paramétricité, ad-hoc vs. polymorphisme paramétrique, théorèmes libres
|
## Paramétricité, ad-hoc vs. polymorphisme paramétrique, théorèmes libres
|
||||||
@ -792,12 +776,6 @@ Si vous voulez en apprendre plus sur les types et la théorie des catégories:
|
|||||||
|
|
||||||
- [Interconnexion statique GMP avec GHC et LLVM](http://stackoverflow.com/questions/10539857/statically-link-gmp-to-an-haskell-application-using-ghc-llvm)
|
- [Interconnexion statique GMP avec GHC et LLVM](http://stackoverflow.com/questions/10539857/statically-link-gmp-to-an-haskell-application-using-ghc-llvm)
|
||||||
|
|
||||||
# Liste de lecture étendue
|
|
||||||
|
|
||||||
> Certains sont déjà inclus ici
|
|
||||||
|
|
||||||
- [Liste de lecture Haskell Essentielle](http://www.stephendiehl.com/posts/essential_haskell.html)
|
|
||||||
|
|
||||||
## Dialogues
|
## Dialogues
|
||||||
|
|
||||||
> Hébergés dans un dépôt [ici](dialogues.md).
|
> Hébergés dans un dépôt [ici](dialogues.md).
|
||||||
|
23
guide-it.md
23
guide-it.md
@ -431,8 +431,6 @@ haskell. Disponibile su [hackage](https://hackage.haskell.org/package/aeson) e
|
|||||||
|
|
||||||
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
||||||
|
|
||||||
- [Un workflow vim+haskell](http://www.stephendiehl.com/posts/vim_haskell.html)
|
|
||||||
|
|
||||||
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
||||||
|
|
||||||
- [GHC-Mod vim plugin](https://github.com/eagletmt/ghcmod-vim)
|
- [GHC-Mod vim plugin](https://github.com/eagletmt/ghcmod-vim)
|
||||||
@ -443,14 +441,7 @@ haskell. Disponibile su [hackage](https://hackage.haskell.org/package/aeson) e
|
|||||||
|
|
||||||
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
||||||
|
|
||||||
# FAQ e lavorare con Cabal
|
# Lavorare con Cabal
|
||||||
|
|
||||||
## Una FAQ fantastica
|
|
||||||
|
|
||||||
Oltre ad essere una guida eccezionale per vare cose, come i GADT, questa guida copre anche alcune utili basi di Cabal
|
|
||||||
|
|
||||||
- [Quello che vorrei aver saputo mentre imparavo Haskell](http://dev.stephendiehl.com/hask/)
|
|
||||||
anche su github [qui](https://github.com/sdiehl/wiwinwlh).
|
|
||||||
|
|
||||||
## Linee guida di Cabal
|
## Linee guida di Cabal
|
||||||
|
|
||||||
@ -655,12 +646,6 @@ Se volete imparare di più su tipi e teoria delle categorie:
|
|||||||
|
|
||||||
- [Type theory and Functional Programming](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
- [Type theory and Functional Programming](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
||||||
|
|
||||||
## Gli ottimi articoli di Stephen su "Come capire le monadi"
|
|
||||||
|
|
||||||
- [Adjunctions](http://www.stephendiehl.com/posts/adjunctions.html).
|
|
||||||
|
|
||||||
- [Monads](http://www.stephendiehl.com/posts/monads.html).
|
|
||||||
|
|
||||||
# Altri argomenti divertenti
|
# Altri argomenti divertenti
|
||||||
|
|
||||||
## Parametricità, ad-hoc vs. polimorfismo parametrico e teoremi liberi
|
## Parametricità, ad-hoc vs. polimorfismo parametrico e teoremi liberi
|
||||||
@ -728,12 +713,6 @@ Se volete imparare di più su tipi e teoria delle categorie:
|
|||||||
|
|
||||||
- [Statically link GMP using GHC and LLVM](http://stackoverflow.com/questions/10539857/statically-link-gmp-to-an-haskell-application-using-ghc-llvm)
|
- [Statically link GMP using GHC and LLVM](http://stackoverflow.com/questions/10539857/statically-link-gmp-to-an-haskell-application-using-ghc-llvm)
|
||||||
|
|
||||||
# Lista estesa di materiali da leggere
|
|
||||||
|
|
||||||
> Alcuni sono già inclusi qui
|
|
||||||
|
|
||||||
- [Essential Haskell Reading List](http://www.stephendiehl.com/posts/essential_haskell.html)
|
|
||||||
|
|
||||||
## Dialoghi
|
## Dialoghi
|
||||||
|
|
||||||
> Disponibile in questo repository [qui](dialogues.md).
|
> Disponibile in questo repository [qui](dialogues.md).
|
||||||
|
24
guide-pt.md
24
guide-pt.md
@ -460,8 +460,6 @@ Disponível no [hackage](https://hackage.haskell.org/package/aeson) e
|
|||||||
|
|
||||||
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
||||||
|
|
||||||
- [Um *workflow* com vim+haskell](http://www.stephendiehl.com/posts/vim_haskell.html)
|
|
||||||
|
|
||||||
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
||||||
|
|
||||||
- [Plugin do vim para o GHC-Mod](https://github.com/eagletmt/ghcmod-vim)
|
- [Plugin do vim para o GHC-Mod](https://github.com/eagletmt/ghcmod-vim)
|
||||||
@ -472,15 +470,7 @@ Disponível no [hackage](https://hackage.haskell.org/package/aeson) e
|
|||||||
|
|
||||||
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
||||||
|
|
||||||
# FAQ e trabalhando com o Cabal
|
# Trabalhando com Cabal
|
||||||
|
|
||||||
## FAQ fantástico
|
|
||||||
|
|
||||||
Além de ser um ótimo guia para todos tipo de coisa como GADTs,
|
|
||||||
isto também cobre alguns pontos básicos do Cabal.
|
|
||||||
|
|
||||||
- [O que eu gostaria de ter sabido quando estava aprendendo Haskell](http://dev.stephendiehl.com/hask/)
|
|
||||||
também no github [aqui](https://github.com/sdiehl/wiwinwlh).
|
|
||||||
|
|
||||||
## Diretrizes do Cabal
|
## Diretrizes do Cabal
|
||||||
|
|
||||||
@ -724,12 +714,6 @@ Se você quiser um material complementar em teoria dos tipos e das categorias:
|
|||||||
|
|
||||||
- [Teoria dos tipos e Programação Funcional](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
- [Teoria dos tipos e Programação Funcional](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
||||||
|
|
||||||
## Posts elegantes do Stephen ("Como chegar até *monads*")
|
|
||||||
|
|
||||||
- [Adjunções](http://www.stephendiehl.com/posts/adjunctions.html).
|
|
||||||
|
|
||||||
- [Monads](http://www.stephendiehl.com/posts/monads.html).
|
|
||||||
|
|
||||||
# Outros tópicos divertidos
|
# Outros tópicos divertidos
|
||||||
|
|
||||||
## Parametricidade, polimorfismo ad-hoc vs. paramétrico, teoremas livres
|
## Parametricidade, polimorfismo ad-hoc vs. paramétrico, teoremas livres
|
||||||
@ -798,12 +782,6 @@ Se você quiser um material complementar em teoria dos tipos e das categorias:
|
|||||||
|
|
||||||
- [Linkando Estaticamente GMP usando GHC e LLVM](http://stackoverflow.com/questions/10539857/statically-link-gmp-to-an-haskell-application-using-ghc-llvm)
|
- [Linkando Estaticamente GMP usando GHC e LLVM](http://stackoverflow.com/questions/10539857/statically-link-gmp-to-an-haskell-application-using-ghc-llvm)
|
||||||
|
|
||||||
# Lista de Leitura Estendida
|
|
||||||
|
|
||||||
> Alguns já foram incluídos neste guia
|
|
||||||
|
|
||||||
- [Lista de Leitura essencial ao Haskell](http://www.stephendiehl.com/posts/essential_haskell.html)
|
|
||||||
|
|
||||||
## Diálogos
|
## Diálogos
|
||||||
|
|
||||||
> Hospedado [neste](dialogues.md) repositório.
|
> Hospedado [neste](dialogues.md) repositório.
|
||||||
|
@ -174,8 +174,6 @@ haskell. Available from [hackage](https://hackage.haskell.org/package/aeson) and
|
|||||||
|
|
||||||
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
- [Haskell-vim-now](https://github.com/begriffs/haskell-vim-now)
|
||||||
|
|
||||||
- [A vim+haskell workflow](http://www.stephendiehl.com/posts/vim_haskell.html)
|
|
||||||
|
|
||||||
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
- [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod)
|
||||||
|
|
||||||
- [GHC-Mod vim plugin](https://github.com/eagletmt/ghcmod-vim)
|
- [GHC-Mod vim plugin](https://github.com/eagletmt/ghcmod-vim)
|
||||||
@ -186,15 +184,7 @@ haskell. Available from [hackage](https://hackage.haskell.org/package/aeson) and
|
|||||||
|
|
||||||
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
- [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell)
|
||||||
|
|
||||||
# FAQ and working with Cabal
|
# Working with Cabal
|
||||||
|
|
||||||
## Fantastic FAQ
|
|
||||||
|
|
||||||
In addition to being an amazing guide for all kinds of things such as GADTs,
|
|
||||||
this also covers some useful basics for Cabal
|
|
||||||
|
|
||||||
- [What I wish I knew when learning Haskell](http://dev.stephendiehl.com/hask/)
|
|
||||||
also on github [here](https://github.com/sdiehl/wiwinwlh).
|
|
||||||
|
|
||||||
## Cabal guidelines
|
## Cabal guidelines
|
||||||
|
|
||||||
@ -439,12 +429,6 @@ If you want to follow up on type and category theory:
|
|||||||
|
|
||||||
- [Type theory and Functional Programming](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
- [Type theory and Functional Programming](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/).
|
||||||
|
|
||||||
## Stephen's Nifty "How to get to monad" posts
|
|
||||||
|
|
||||||
- [Adjunctions](http://www.stephendiehl.com/posts/adjunctions.html).
|
|
||||||
|
|
||||||
- [Monads](http://www.stephendiehl.com/posts/monads.html).
|
|
||||||
|
|
||||||
# Other fun topics
|
# Other fun topics
|
||||||
|
|
||||||
## Parametricity, ad-hoc vs. parametric polymorphism, free theorems
|
## Parametricity, ad-hoc vs. parametric polymorphism, free theorems
|
||||||
|
Loading…
Reference in New Issue
Block a user