From ef7c288906a5d0cd5a534e1b3747410329fa54fa Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sun, 23 Feb 2020 11:20:59 +0100 Subject: [PATCH] Add scala, kotlin and groovy section, for now without any description --- Runtime-Environments.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Runtime-Environments.md b/Runtime-Environments.md index c3eeea7..9b1eeb1 100644 --- a/Runtime-Environments.md +++ b/Runtime-Environments.md @@ -57,4 +57,16 @@ requires the `$HOME` variable to be set to something. Otherwise, it tries to look up the UID used by Isolate in `/etc/passwd` and fails. Setting `HOME=/box` seems to work. -Python is currently installed with pip packages for TensorFlow support, so it can be used as an environment for deep learning assignments. This may change in the future. \ No newline at end of file +Python is currently installed with pip packages for TensorFlow support, so it can be used as an environment for deep learning assignments. This may change in the future. + +## Scala + +TODO + +## Groovy + +TODO + +# Kotlin + +TODO \ No newline at end of file