diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -22,6 +22,7 @@ language. Mal is implemented from scratch in 18 different languages: * R * Ruby * Rust +* Scala * Visual Basic.NET @@ -214,6 +215,18 @@ cargo build ./target/stepX_YYY ``` +### Scala ### + +Install scala and sbt (http://www.scala-sbt.org/0.13/tutorial/Installing-sbt-on-Linux.html): + +``` +cd scala +sbt 'run-main stepX_YYY' + # OR +sbt compile +scala -classpath target/scala*/classes stepX_YYY +``` + ### Visual Basic.NET ### The VB.NET implementation of mal has been tested on Linux using the Mono |
