aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3a63ae..7ed6a7b 100644
--- a/README.md
+++ b/README.md
@@ -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