Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

Desktop Developer

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    « Chocolatey: apt-get for windowsResharper 6 Custom patterns for Nunit »
    comments

    Apparently Project Kotlin is a new JVM based language ala Scala developed by Jetbrains. We all know jetbrains from the excellent products they make. Like Resharper and IntelliJ.

    With Kotlin, we’re building upon the many years of experience creating development tools for different languages, and hoping to provide a language which is productive enough for today’s environment and at the same time simple enough for the ordinary programmer to learn.

    Kotlin should go Beta by the end of the year.

    And here are some reasons why to look forward to it.

    make it safer than Java, i.e. statically check for common pitfalls such as null pointer dereference,
    make it more concise than Java by supporting variable type inference, higher-order functions (closures), extension functions, mixins and first-class delegation, etc;
    and, keeping the useful level of expressiveness (see above), make it way simpler than the most mature competitor – Scala.

    And a language can not be complete without a hello world example.

    1. namespace demo
    2. fun main(args : Array<String>)
    3. {
    4.    println("Hello, world!")
    5. }

    You can already find lots of information about it on their documentation pages.

    As the vulcans would say, Live long and prosper Project Kotlin.

    About the Author

    User bio imageChris is awesome.
    Social SitingsTwitterHomePageLTD RSS Feed
    InstapaperVote on HN

    1 comment

    Comment from: SQLDenis [Member] Email
    SQLDenis Interesting also is that Scala is coming to .NET


    Miguel Garcia, part of the Scala group at EPFL, has been striving to make the Scala productivity available to .Net developers too. In a project funded by Microsoft, he has now reached a major milestone in delivering that capability. In this interview Miguel tells you how you can now use Scala on .Net and gives an insight into the way this challenging project has been achieved and the future direction.



    http://www.scala-lang.org/node/10299
    07/20/11 @ 07:56

    Leave a comment


    Your email address will not be revealed on this site.

    To mislead the spambots.

    Your URL will be displayed.
    (Line breaks become <br />)
    (Name, email & website)
    (Allow users to contact you through a message form (your email will not be revealed.)