diff --git a/README.md b/README.md index ee91c33..a32b9f1 100644 --- a/README.md +++ b/README.md @@ -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. -# Extended Reading list - -> Some are already included here - -- [Essential Haskell Reading List](http://www.stephendiehl.com/posts/essential_haskell.html) ## Dialogues diff --git a/guide-de.md b/guide-de.md index 8f7b4ba..94ed67c 100644 --- a/guide-de.md +++ b/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) -- [Ein vim+haskell Workflow](http://www.stephendiehl.com/posts/vim_haskell.html) - - [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod) - [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) -# FAQ und 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). +# Arbeiten mit Cabal ## 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/). -## 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 ## 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) -# Weitere Dinge zum lesen - -> Einige sind bereits hier enthalten - -- [Essential Haskell Reading List](http://www.stephendiehl.com/posts/essential_haskell.html) - ## Dialog > In diesem Repository zu finden, siehe [hier](dialogues.md). diff --git a/guide-fr.md b/guide-fr.md index 9fb10bb..dc7be86 100644 --- a/guide-fr.md +++ b/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) -- [Un workflow vim+haskell](http://www.stephendiehl.com/posts/vim_haskell.html) - - [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod) - [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) -# FAQ et 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). +# Utilisation de 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/). -## 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 ## 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) -# Liste de lecture étendue - -> Certains sont déjà inclus ici - -- [Liste de lecture Haskell Essentielle](http://www.stephendiehl.com/posts/essential_haskell.html) - ## Dialogues > Hébergés dans un dépôt [ici](dialogues.md). diff --git a/guide-it.md b/guide-it.md index 7d374f0..ea52d89 100644 --- a/guide-it.md +++ b/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) -- [Un workflow vim+haskell](http://www.stephendiehl.com/posts/vim_haskell.html) - - [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod) - [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) -# FAQ e 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). +# Lavorare con 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/). -## 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 ## 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) -# Lista estesa di materiali da leggere - -> Alcuni sono già inclusi qui - -- [Essential Haskell Reading List](http://www.stephendiehl.com/posts/essential_haskell.html) - ## Dialoghi > Disponibile in questo repository [qui](dialogues.md). diff --git a/guide-pt.md b/guide-pt.md index 21357ba..91e5e21 100644 --- a/guide-pt.md +++ b/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) -- [Um *workflow* com vim+haskell](http://www.stephendiehl.com/posts/vim_haskell.html) - - [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod) - [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) -# FAQ e trabalhando com o 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). +# Trabalhando com 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/). -## 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 ## 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) -# 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 > Hospedado [neste](dialogues.md) repositório. diff --git a/specific_topics.md b/specific_topics.md index bb4270a..764fa11 100644 --- a/specific_topics.md +++ b/specific_topics.md @@ -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) -- [A vim+haskell workflow](http://www.stephendiehl.com/posts/vim_haskell.html) - - [GHC-Mod](https://github.com/kazu-yamamoto/ghc-mod) - [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) -# FAQ and 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). +# Working with Cabal ## 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/). -## 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 ## Parametricity, ad-hoc vs. parametric polymorphism, free theorems