Skip to content

Kotlin Source Code inspired from book "Functional Programming, Simplified: (Scala Edition)"

Notifications You must be signed in to change notification settings

jasoet/pizza-pos

Repository files navigation

Pizza POS (OOP and FP Style)

This is the code from My JVM Meet up Talk. You can get the Slides here

Requirements

Install Java SDK 11

$ curl -s "https://get.sdkman.io" | bash
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
$ sdk version
$ sdk install java

Install Gradle 5.3 or higher

$ sdk update
$ sdk install gradle

About

Kotlin Source Code inspired from book "Functional Programming, Simplified: (Scala Edition)"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages