Skip to content
lare96 edited this page Jul 18, 2016 · 17 revisions

Welcome to the wiki! Here, everything related to the plugin system will be briefly described in order to help developers foreign to the Luna development environment.

Why Scala?

Scala is an object-oriented and functional programming language that runs on the JVM. Its powerful type system and emphasis on immutablity allows for efficient and safe code. Despite its shortcomings, it is an incredibly versatile language and for that reason works well when used to write a DSL.