An open API service indexing awesome lists of open source software.

https://github.com/bollu/koans

Short pieces of code that are "plays" - mostly haskell, sometimes math / other things
https://github.com/bollu/koans

Last synced: 6 months ago
JSON representation

Short pieces of code that are "plays" - mostly haskell, sometimes math / other things

Awesome Lists containing this project

README

          

- taglessfinal.hs
- fingertree.hs

Haskell "Zen Koans".

A collection of popular techniques, folklore, and "functional pearls"
all implemented in haskell.

- Reference: [Racket DSLs: Making a DSL in one hour --- `stacker`](https://beautifulracket.com/stacker/)

The files `haskell_for_*` were shared by Olaf Klinke in correspondence.