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
- Host: GitHub
- URL: https://github.com/bollu/koans
- Owner: bollu
- Created: 2016-10-24T15:21:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T17:35:35.000Z (over 3 years ago)
- Last Synced: 2025-03-29T12:23:41.535Z (7 months ago)
- Language: Haskell
- Size: 4 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- taglessfinal.hs
- fingertree.hsHaskell "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.