Live data from Hacker News

Viewing profile — Bienlein

Bienlein

HN member
Joined
Mon, Jul 27, 2015, 8:11 AM UTC
HN karma
3
Public activity
6 items

About Bienlein

No profile information was provided.

Recent public activity

  1. comment
    Comment #9958127

    Mail to bkase at highlig.ht bounced back. Are you sure the mail address is correct?

  2. comment
    Comment #9954586

    "Why not start with a mixed Java/Kotlin project?" Think that's a good idea. If you are missing AST transformations you can add Groovy to the game. All three languages in IntelliJ w…

  3. comment
    Comment #9954256

    I started looking into Kotlin already when it was M2. Always liked it a lot, because every feature has a reason to exist. Nothing is added without careful thought whether it is nee…

  4. comment
    Comment #9954102

    "Kotlin interfaces are essentially the same as Java interfaces." Interfaces in Kotlin offer functionality beyond interfaces in Java. In Java interfaces can only have public methods…

  5. comment
    Comment #9954038

    Kotlin is build with interoperability with Java in mind from the beginning. This is not the case in Ceylon. In fact some base types (Int, Long) in Ceylon don't match the correspond…

  6. comment
    Comment #9953985

    >> No reason to bake it into the language Go-style channels and goroutines are built on green threads which Go/Erlang has, but the JVM does not have. One way to work around this is…