πŸ“¦ simono / jvm-languages-examples

Code Examples for my Talk "Frischer Wind fΓΌr die JVM – sechs Programmiersprachen im Vergleich"

β˜… 2 stars β‘‚ 0 forks πŸ‘ 2 watching
ceylonclojurefantomgroovyjvm-languageskotlinscala
πŸ“₯ Clone https://github.com/simono/jvm-languages-examples.git
HTTPS git clone https://github.com/simono/jvm-languages-examples.git
SSH git clone git@github.com:simono/jvm-languages-examples.git
CLI gh repo clone simono/jvm-languages-examples
Simon Olofsson Simon Olofsson Update README.md 425de3e 10 years ago πŸ“ History
πŸ“‚ main View all commits β†’
πŸ“ ceylon
πŸ“ clojure
πŸ“ fantom
πŸ“ groovy
πŸ“ kotlin
πŸ“ scala
πŸ“„ README.md
πŸ“„ README.md

JVM Languages Examples

This Repository contains Code Examples for my Talk "Frischer Wind fΓΌr die JVM – sechs Programmiersprachen im Vergleich" (available in German only).

Presented Languages:

To install the Languages on OS X:

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 ..