Skip to content

slevine/scala-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Training

This project is a good starting place for anyone trying to learn to program in Scala.

There is a series of posts found on blue64.net explaining most of the code in this project.

Requirements

The only requirement for this project is a configured recent version of Maven.

Running

Most of the examples in this project consist in the form of Scala scripts.

To run a Scala script: mvn scala:script -DscriptFile=

To run the Stocks Actor examples: mvn scala:script -DscriptFile=src/main/scripts/stocks/actor.scala

About

Training project to learn Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages