Hacker News new | ask | show | jobs
by int_19h 536 days ago
And C++, C#, and JS use arrow for lambdas, so there's precedent for both.
1 comments

My comment had nothing to do with lambdas. The point is that Kotlin uses fun and : instead of fn/func and ->, which is a needless and tedious break with other modern languages using Pascal-style function declaration.

Using val instead of let is similarly off-putting.