Talk given at Scala Exchange, 10 Dec 2015
If you want to learn more about Scala and Ammonite, check out my book Hands-on Scala Programming handsonscala.com
Most people using Scala use it to build high-performance, type-safe applications. People talk about how Scala lets them scale-up: more servers, more code, more developers, more maintainability. Unfortunately, underneath these applications usually lives a rats-nest of bash-scripts and other things that keeps everything running. Why is that? And what if it didn't need to be the case?
Ammonite (lihaoyi.github.io/Ammonite/) is a project that aims to scale down Scala: targeted at code that runs on one machine, written by a single person, with a lifetime of less than 10 seconds. Li will show how Scala is an excellent language for programming in-the-small: want to rename some files? Count the lines of Java code in a source tree? Traditionally you would reach for Bash. What if you could reach for Scala instead?
The presentation had no slides.