Skip to content

lazywithclass/scala-fp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages