Functional programming training ground
functional-dojo is a place for experimenting using functional programming. It currently contains example programs written in:
- Javascript 😎
- Java 🤓
- Scala 🧐
- Python 😍
The intent is to share tips, hints and tidbits about functional programming in a simple executable manner.
git clone https://github.com/jackyscript/functional-dojo.git
No further pre steps necessary...
cd java/demo
mvn clean install
cd scala/scala3
sbt compile