Skip to content

jasonxia/FunctionalTraining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunctionalTraining

Introducing functional programming to interested and enlightened people.

Running and compiling

In the root directory there is a shell script called sbt. You can run it like so:

./sbt

To run the program simply type run in the sbt console.

Completing the exercises

I've keep this quite simple. There are four packages, covering the areas we will be covering in this course. Have fun. Remember the types are the gateway to the solution. Avoid mutability at all costs.

About

Introducing functional programming to interested and enlightened people.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 66.8%
  • Shell 33.2%