An open API service indexing awesome lists of open source software.

https://github.com/derekmorr/webconf2015

Demo code from "Intro to Functional Programming with Scala" at 2015 PSU WebConference
https://github.com/derekmorr/webconf2015

fp functionalprogramming scala

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Prerequisites

You will need [Java installed](http://java.oracle.com/). The app will download any additional dependencies.

# Compiling the code:

From the shell

./sbt compile

# Manually installing dependencies

The project depends on [Scala](http://www.scala-lang.org/) and its build tool,
[sbt](http://www.scala-sbt.org/). If the `sbt` script fails to install Scala and SBT, you can manually install them.

On OS X, assuming you have [homebrew](http://brew.sh/) installed, the easiest way to install these is via:

brew install scala sbt

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