Skip to content

Demo code from "Intro to Functional Programming with Scala" at 2015 PSU WebConference

License

Notifications You must be signed in to change notification settings

derekmorr/webconf2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

You will need Java installed. The app will download any additional dependencies.

Compiling the code:

From the shell

./sbt compile

Manually installing dependencies

The project depends on Scala and its build tool, sbt. If the sbt script fails to install Scala and SBT, you can manually install them.

On OS X, assuming you have homebrew installed, the easiest way to install these is via:

brew install scala sbt

Alternatively, you can download native OS packages from the links above.

About

Demo code from "Intro to Functional Programming with Scala" at 2015 PSU WebConference

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published