[3965] in Software_Announce
Kotlin, IntellIJ IDEA installed on Athena
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed May 8 18:55:35 2013
From: Alex T Prengel <alexp@MIT.EDU>
To: software-announce@mit.edu
Cc: cfyi@mit.edu, alexp@mit.edu
Date: Wed, 08 May 2013 18:55:21 -0400
I've installed Kotlin and IntellIJ IDEA on Athena.
Kotlin is a statically typed programming language that compiles to JVM
byte codes and JavaScript. It incorporates variable type inference,
higher-order functions (closures), extension functions, code in
interfaces and first-class delegation.
A command-line compiler is available as well as a Kotlin-aware SDK,
IntellIJ IDEA.
To run IntelliJ IDEA:
add kotlin
idea
To run the command line compiler and find pointers to documentation and
examples please see http://web.mit.edu/kotlin_v0.5.1/README.athena
Alex