Skip to content

The official repository for LambdaConf's Advanced FP in Scala workshop.

Notifications You must be signed in to change notification settings

rmorais/advanced-fp-in-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Functional Programming in Scala

This is the repository for exercises for Advanced 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. You will find one file for each section of the workshop, and exercises in each file.

About

The official repository for LambdaConf's Advanced FP in Scala workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.1%
  • Scala 45.9%