Last July, JetBrains announced a new programming language, Kotlin. Today, JetBrains have posted the source codes of this programming language in Open Source. Now everyone can feel the novelty.
In addition to Kotlin Web Demo, access to build snapshots and source codes under the Apache 2 license was made available. The following components are available:
The Kompiler - Kotlin compiler
Enhancements to basic Java libraries - a library of add-ons for collections from the JDK and something else
Build tools - integration with Ant, Gradle and Maven
IntelliJ IDEA plugin - IDE for Kotlin's
It should be borne in mind that this "release" is more likely the status of alpha. Developers invite everyone to cooperate in order to make this language ready for everyday use as soon as possible. ')
More information can be found in the documentation . The tracker is located at . Sources on githaba . Last snapshots here .