|
|
|
|
|
by vips7L
164 days ago
|
|
Kotlin doesn’t feel right to me either. I did a portion of AoC in it this year and it was surprisingly more verbose than I expected. I think the thing I liked the least was trailing lambda syntax combined with how verbose it was to define variables with types. It also inherits all of the bad parts of the JVM. Crappy build tooling (gradle), and then the slow startup and high memory usage. |
|