Live data from Hacker News

Viewing profile — voddan

voddan

HN member
Joined
Sun, Jun 19, 2016, 6:21 AM UTC
HN karma
7
Public activity
7 items

About voddan

No profile information was provided.

Recent public activity

  1. comment
    Comment #13201258

    Netflix, for example. 3/4 of all Kotlin presentations are done by people outside of JetBrains who use Kotlin at work. And there are a lot of them.

  2. comment
    Comment #12908283

    iOS and Android UX guides have completely different approaches to the logic of user interaction. AFAIK, Xamarin does not allow to have different layouts generated from shared code.…

  3. comment
    Comment #11936239

    The curly braces are the syntax for lambdas, one of the basic types `(T) -> R?`. There are plenty of examples for using that, but in the respective chapters: https://kotlinlang.org…

  4. comment
    Comment #11932904

    "integrate Kotlin files into a Java project without using IntelliJ" - compilation of a mixed project is not a trivial tasks, many things must be set up. A detailed description of t…

  5. comment
    Comment #11932871

    Could you please elaborate on what needs improving in the docs? Btw, the whole kotlinlang.org is OSS, and you can correct things you don't

  6. comment
    Comment #11932041

    A few people mentioned problems with Kotlin documentation (presumably with a connection to the Surprise Language round of Codeforces). Could you describe in detail the problems you…

  7. comment
    Comment #11932026

    The Kotlin reference is not supposed to be used for finding methods. The way to go is to use auto completion in an IDE. If you type `myArray.sort `, you get all one needs, includin…