Repo of the Coursera Scala Functional Programming Principles
In order to compile most of this project you need SBT, go to the root of the individual project an type
sbt
Then you're inside sbt and you can use any of the plugins included in the project like
- compile
- test
- runasdasd
- eclipse
In order to import your project into Scala IDE (Eclipse) you need to run
sbt eclipse
and then import from Eclipse as an "Existing Project