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.

List Haskell repositories

chshersh.github.io

9
Stars
2
Forks
Watchers

:yellow_heart: My website

ghc-plugin-non-empty

26
Stars
3
Forks
Watchers

🧬 GHC Plugin for compile-time transformation of list literals to NonEmpty list

vnc-client

5
Stars
1
Forks
Watchers

VNC Remote Desktop Client developed purely in Haskell.

haskell-elm-todo-app

62
Stars
5
Forks
Watchers

Todo app build with Haskell (server-side) and Elm (client-side)

dlist

64
Stars
15
Forks
Watchers

Difference lists in Haskell

line

31
Stars
2
Forks
Watchers

Haskell SDK for the LINE APIs

monkey-hs

46
Stars
2
Forks
Watchers

An interpreter for the Monkey programming language written in Haskell

hindent

554
Stars
117
Forks
Watchers

Haskell pretty printer

cradle

155
Stars
12
Forks
Watchers

Let's Build a Compiler (in Haskell)