Haskell
- GHC(STG,Cmm,asm) illustrated [pdf] / [github]
- GHC Reading Guide [pdf] / [github]
- Lazy evaluation illustrated for Haskell divers [pdf] / [github]
- Type introduction illustrated for casual haskellers [pdf] / [github]
Related links
- Haskell/GHC symbol search cheatsheet
- Haskell wiki search
- GHCi as a Hex-Calculator interactive (ghci-hexcalc)
- command-line Haskell with 'ghc -e'
- Haskell/GHC Cmm examples
DApps
- Ethereum EVM illustrated [pdf] / [github]
- Ethereum Virtual Machine assembly on Haskell DSL (HAssembly-evm) [github]