Hacker News new | ask | show | jobs
by rad_gruchalski 2110 days ago
Why not use that java dependency in scala?
2 comments

Culture it seems.

Functional style is cool and some people will go to great lengths to use it.

Like shaving a few characters of a perfectly fine piece of code by using currying and instead make one single long line of code describing it.

Guest language syndrome. All libraries must be idiomatic instead of reusing the platform language based libraries.
Exactly that.