Viewing profile — voddan
voddan
HN member- Joined
- Sun, Jun 19, 2016, 6:21 AM UTC
- HN karma
- 7
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About voddan
No profile information was provided.
Recent public activity
-
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.
-
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.…
-
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…
-
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…
-
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
-
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…
-
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…