Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 377 Bytes

Applied Functional Programming in Scala

This is the repository for exercises for Applied Functional Programming in Scala, a LambdaConf workshop taught by @jdegoes.

Getting Started

Launch SBT and enter incremental compilation mode:

sbt
> ~ compile

SBT should download all dependencies and compile the source code.

Then open up the src/main/scala/ directory.