Code Examples for my Talk "Frischer Wind fΓΌr die JVM β sechs Programmiersprachen im Vergleich"
https://github.com/simono/jvm-languages-examples.git
This Repository contains Code Examples for my Talk "Frischer Wind fΓΌr die JVM β sechs Programmiersprachen im Vergleich" (available in German only).
brew install groovy scala leiningen ceylon fantom
Kotlin is best installed with IntelliJ.
Now you can run the `Hello World' examples:
cd groovy && groovy hello_world && cd ..
cd scala && scala helloWorld.scala && cd ..
cd clojure && lein hello-world && cd ..
cd ceylon && ceylon compile de.olofsson && ceylon run de.olofsson && cd ..
cd fantom && fan hello_world.fan && cd ..