Andrea Amantini / Jul 10 2019

Almond

More informations on Almond's website.

Almond Image
Download as Docker image from:
Copy
This image was imported from: almondsh/almond

Scala 2.12

Jupyter Runtime Language
case class Hello(i: Int, s0: String)
defined class Hello
Hello(3, "Hello Scala!")
res7: Hello = Hello(3, "Hello Scala!")