What is Scala Scripting Samples?
https://github.com/LaranIkal/scalascriptingsamples
This is a project to show samples about how we can create the great Scala programming language as an scripting language.
The purpose is to show the examples in Linux and in Windows.
There are already 9 examples for each OS.
Another purpose is to go directly to the point of the example and avoiding talking to much.
Top comments (2)
I became a fan of scala scripting in particular thanks to ammonite which is probably the best approach thanks to its hability to load dependency at runtime.
I've written and shared a large set of examples as public gists (and snippets for my company ) using a dedicated software : code-examples-manager.
Thank you for sharing :)