Viewing profile — Bienlein
Bienlein
HN member- Joined
- Mon, Jul 27, 2015, 8:11 AM UTC
- HN karma
- 3
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About Bienlein
No profile information was provided.
Recent public activity
-
comment
Comment #9958127
Mail to bkase at highlig.ht bounced back. Are you sure the mail address is correct?
-
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…
-
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…
-
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…
-
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…
-
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…