forked fromjdegoes/functional-scala
- Notifications
You must be signed in to change notification settings - Fork0
adamgordonbell/functional-scala
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Welcome to the official repository forFunctional Scala, a workshop taught by John A. De Goes, which introduces attendees to functional programming in Scala.
Depending on which workshop you are in, you will work through one or more segments of the following chapters:
- Functional Essentials
- Functional Abstractions
- Functional Effects
- Functional Applications
- Functional Arts
- Download the repository as azip archive.
- Unzip the archive, usually by double-clicking on the file.
- Configure the source code files in the IDE or text editor of your choice.
Open up a terminal window.
Create a new directory.
mkdir functional-scala
Navigate to the new directory.
cd functional-scalaClone the repository.
git clone git@github.com:jdegoes/functional-scala.git.Launch
sbt../sbt
Enter continuous compilation mode.
sbt:Functional Scala>~ compile
Copyright© 2018 John A. De Goes. All rights reserved.
About
The repository for the Functional Scala workshop.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Scala89.1%
- Shell10.9%
