From ffec5efd054b81ad89db3a185546cd60cb3d19b5 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sun, 23 Feb 2020 11:25:10 +0100 Subject: [PATCH] scala description --- Runtime-Environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime-Environments.md b/Runtime-Environments.md index 79fed03..ab8aae4 100644 --- a/Runtime-Environments.md +++ b/Runtime-Environments.md @@ -61,7 +61,7 @@ Python is currently installed with pip packages for TensorFlow support, so it ca ## Scala -TODO +Scala source codes are compiled to class files with `scalac` compiler and then executed with `scala` runtime, which takes care of executing JVM with scala dependencies. Like Java, even Scala uses our [javarun](https://github.com/ReCodEx/utils/blob/master/runners/java/javarun.java) wrapper executor which finds `main` method and executes it. ## Groovy