Hacker News new | ask | show | jobs
by highwind 3658 days ago
As far as I know, all CoffeeScript did was add bunch of syntactic sugar on top of JavaScript.

I believe Kotlin actually adds programming paradigm that's not in Java on top of terse syntax, i.e. real closure, operator overloading, pure object orientation, and more.

1 comments

Java already has real closures and pure object orientation. Operator overloading is just sugar.