tobyweston / learn-scala-java-devs

Source code for 'Scala for Java Developers: A Practical Primer' by Toby Weston

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apress Source Code

This repository accompanies Scala for Java Developers: A Practical Primer by Toby Weston (Apress, 2017).

Corrections

For corrections to the content in the published book, see errata.md.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.

Building

This is a Scala SBT project. Build it from scratch using:

sbt clean compile

or import the build.sbt into your favorite IDE.

Releases

Release v1.1 corresponds to the code in the published book, without corrections or updates.

Licence

The software is licenced under the Apache 2.0 open source license.

About

Source code for 'Scala for Java Developers: A Practical Primer' by Toby Weston

License:Apache License 2.0


Languages

Language:Scala 66.5%Language:Java 33.5%