Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
lu
/
lp
espejo de
git://github.com/heyLu/lp
Vigilar
1
Destacar
0
Fork
0
Código
Incidencias
0
Commits
204
Releases
1
Wiki
Sin Descripción
Árbol:
a2198e05d4
Ramas
Etiquetas
main
merge-sort
nested-types
aha-use-refs-in-the-data-structure
lp
/
hs
Lucas Stadler
7794c78fad
Demonstrate use of forM_ in the example.
%!s(int64=13) %!d(string=hace) años
..
HelloMonads.hs
c001c1b86f
Restructure and document 'Hello, Monads!' a bit.
%!s(int64=13) %!d(string=hace) años
ImperativeProgramming.hs
7794c78fad
Demonstrate use of forM_ in the example.
%!s(int64=13) %!d(string=hace) años
README.md
e131332ea3
Add a few notes for Haskell.
%!s(int64=13) %!d(string=hace) años
README.md
Playing with Haskell
my first functional language
was familar with Ruby's blocks before starting out with Haskell
sadly, I don't know how I got in touch (but probably my old harddisk has a few clues...)
learnt most things with
Learn You a Haskell
(2011)
got in touch again in university (3rd semester), "new things" were more formal understanding (2012)
Monads have evaded me so far, but I hope to become more familar with them (see
HelloMonads
for that)
Required reading
Learn You a Haskell
Hoogle
Notes
my favourite things written in Haskell are:
Pandoc
: a versatile document converter (mostly used for markdown, but also for html email viewing)
XMonad
: A tiling window manager, plan to use it again. Is on the list of "programs to read".