Haskell topic
Haskell is a functional (that is, everything is done with function calls), statically, implicitly typed (types are checked by the compiler, but you don't have to declare them), lazy (nothing is done until it needs to be) language.
ragax
A Talk on Ragalur Expressions
ghc-plugin-non-empty
🧬 GHC Plugin for compile-time transformation of list literals to NonEmpty list
vnc-client
VNC Remote Desktop Client developed purely in Haskell.
haskell-elm-todo-app
Todo app build with Haskell (server-side) and Elm (client-side)
dlist
Difference lists in Haskell
monkey-hs
An interpreter for the Monkey programming language written in Haskell
cradle
Let's Build a Compiler (in Haskell)