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
- Host: GitHub
- URL: https://github.com/derekmorr/webconf2015
- Owner: derekmorr
- License: cc0-1.0
- Created: 2015-06-22T18:50:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T18:50:35.000Z (over 10 years ago)
- Last Synced: 2025-10-12T07:43:52.321Z (5 months ago)
- Topics: fp, functionalprogramming, scala
- Language: Shell
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.