Viewing profile — jpliska
jpliska
HN member- Joined
- Fri, Sep 11, 2015, 4:53 AM UTC
- HN karma
- 46
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About jpliska
Recent public activity
-
comment
Comment #14373082
In many cases, you would get warnings when accessing a var that you don't get when accessing a val. Also, IntelliJ suggests converting to val if a var is never reassigned.
-
comment
Comment #14280661
Can you share a link to an example? How do you deal with the massive size of the javascript that is generated by kotlinJS?
-
comment
Comment #13753338
Getchip.com costs less, can actually be purchased and has onboard flash
-
comment
Comment #13626800
I wish some good designers would lend LibreOffice a hand. Even without reworking UX they could win over more users by being less ugly (compare MS Office start page)
-
comment
Comment #13479228
Kotlin has been useful to me and easy to learn. It dovetails so well with exisiting java libraries that no Kotlin revolution (rewrite everything) is necessary. The most notable fra…
-
comment
Comment #13479168
The use of the ~ here illustrates the problem in the scala world: a lot of surprising bells and whistles. Why not call it watch instead of ~?
-
comment
Comment #12424228
I'm looking for someone to partner with me on http://www.ballotbin.com The system needs changes (in frontend, backend, sysadmin). It is pretty much the same as in 2002.
-
comment
Comment #12055654
Check out kotlinlang by Jetbrains. It's git the best of java, C# and python
-
comment
Comment #11952696
Have you all seen Kotlin?
-
comment
Comment #11372905
Have you seen kotlin? Its a cross between java, python and scala for the JVM (and JS - with wrinkles)
-
comment
Comment #11103359
Kobalt is a clever and fast build tool written in Kotlin. It is much simpler to use than the others you mention and still works with maven repos
-
comment
Comment #11039545
There is a great build tool for Kotlin called Kobalt. It is quick, simple, and levrages all of the available maven packages. Other than being MUCH faster to compile than Scala, kot…