This repo is to play with various Functional Programming concepts using Kotlin as langauge. Will use either native langauge features or external library to make the code more fluent, reduce ceremonies / sugar and less imperative as possible
BTW in real world, Kofun (古墳, from Sino-Japanese "ancient grave") are megalithic tombs or tumuli in Northeast Asia 😉 but will stick to [Ko] Kotlin and [Fun] Functional Programming in this repo...
- First-class functions
- Recursion
- Immutability
- Pure functions
- High order functions
Ideas
- Functional Data Structure
- Strictness and Laziness
- Purely functional state
- Purely functional parallelism
- Monoids and Functions