/scala-fp

Following along John De Goes' course on Functional Programming in Scala

Primary LanguageScala

scala-fp

Following along John De Goes' course on Functional Programming in Scala.

Run

You will need docker, then run

$ make build
$ make

Then in the Docker vm run

$ ./sbt
sbt:Functional Scala> ~ compile

and code outside, code will be in sync.

What I got from these three days

Composition. Type soundness.

It's impressive how things compose so nicely once you lift the discussion into monoids.

Dayly notes

Day one

Day two

Day three