Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 343 Bytes

kotlin-example

Example code for the Kotlin language talk at Javaforum Stuttgart 2013

The example covers the following aspects

  • automated build using Apache Maven
  • language basics: control structures, classes, inheritance, functions
  • safe programming
  • modularization
  • extension functions
  • compilation to JavaScript (TBD)