Skip to end of metadata
Go to start of metadata

Note: If you've come to this page from an external link, please start reading at the Welcome page, not this one.


Project Kotlin was born in Saint Petersburg, Russia, where one of the main JetBrains' development offices is located. Kotlin is the name of an island situated nearby Saint Petersburg, in the Gulf of Finland, with a beautiful town of Kronstadt build upon the island. The current logo was inspired by the probably imagined connection of the word "Kotlin" with the word "Kettle", which was originally mentioned in the 1911 edition of Encyclopedia Britannica.

Disclaimer 1: We believe that no coffee or other exotic cultures are grown in Kotlin in any noticeable quantities.

Disclaimer 2: Despite the fact that Kotlin Class Destroyers were named after the same island, our language is not intended for class destruction by any means.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Jul 21, 2011

    Anonymous

    I'd change the colors, though. Looks like a Google language to me :)

    1. Jul 22, 2011

      Anonymous

      Totally agree.

  2. Jul 24, 2011

    Anonymous

    Hm, the name "Kotlin" sounds very unpleasant to me.

    But I like the language the more... can't wait to write some real code in it, so please hurry on :-)

    iu--

    1. Jul 25, 2011

      Anonymous

      In German, Kot = Shit, and Kutteln (which sounds similar) is tripe (this is how it looks: Trippa.jpg)

  3. Jul 25, 2011

    Anonymous

    You shoud be thinking... One more language !?!?!

    But It's always a good idea!!!

    I agree....

  4. Jul 28, 2011

    Anonymous

    Hurry up guys!  I want to play with it!! :)  Ignore all the Scala dudes complaining how it's like Scala.  If it was like Scala, only wankers would be interested.

  5. Aug 23, 2011

    It may be been said elsewhere but deserves repeating.

    Thank you for the best practices, Effective Java and motivation references.  It is a delight to see the thinking behind your designs.  I expect Kotlin to be used as a CS case study for language design; your reasoning is explicitly stated.

    1. Aug 24, 2011

      Thanks for your kind words.

  6. Aug 25, 2011

    Anonymous

    Is there any news about this project? I hope I can try it as soon as possible, I can't wait

    1. Aug 25, 2011

      It's not too long to wait. We plan a public Beta by the end of the year.

      Meanwhile, you can watch our progress in the blog and twitter.

      1. Aug 30, 2011

        Anonymous

        Can't await the end of this year! The language looks pretty balanced to me. Godspeed!

        1. Aug 31, 2011

          Thanks for your kind words

  7. Sep 02, 2011

    Anonymous

    Also can't wait for it to come out. Looks nice!

  8. Sep 07, 2011

    Anonymous

    Kotlin is also best Polish ketchup made in the city with the same name.

  9. Oct 25, 2011

    Anonymous

    Can you compare it also with gosu(http://gosu-lang.org/), phantom (http://fantom.org/) and grovy++ (http://code.google.com/p/groovypptest/)

    1. Oct 25, 2011

      I guess, the community will provide a detailed comparison at some point. Some quick highlights:

      How Kotlin differs from Gosu:

      • one can compile a program and distribute binaries (Gosu only compiles on-the-fly).

      Fantom:

      • Kotlin has user-defined generic types and functions

      Groovy++ is a very nice demonstration of how much you can do if you want to turn a dynamic language into a static one. Kotlin is inherently statically typed.

  10. Nov 28, 2011

    Anonymous

    Thanks guys, it's a great puzzle gathered from Scala, Groovy, C# and Java! I think it is yet not late to do a little research regarding the meaning of word "Kotlin" in other languages and the coloring of the logo which really resembles the ones from google..

    Wish your language become popular! 

    1. May 13, 2012

      When Kotlin .NET backend will be implemented? How can I speed up this process? :)

  11. Feb 21, 2012

    sounds a bit like Dart... do you think you can stand against Google's new&mighty VM language?

    1. Feb 21, 2012

      Do you think Google's yet another VM language can stand against new&mighty initiative from Jetbrains?

    2. Feb 22, 2012

      I think we fit very easily into the same world

      1. Feb 22, 2012

        True. From my point of view, Kotlin is especially important to JetBrains as that's the way to bring IntelliJ (with it's huge JVM/Java code base) to the browser.</speculation>

        I'll write some additional server-side parts of my GWT app in Kotlin as soon as its production-ready. I've done the same thing with  Scala two years ago and it was a mess: Scala doesn't play nicely with Java as soon as Java's language constructs become complex. I've read that you've addressed this problem in Kotlin as "(strong?) compatibility".