Remix.run Logo
bvrmn 6 hours ago

It's a strange take that a possibility to write unformatted code means syntax sucks.

I've read other articles and there is other weird stuff. Like Java has perfect syntax because on one line you could do so less. In the mean time modern "functional" (or "monadic") style java is a chained mess with ridiculously long lines.

jatins 5 hours ago | parent [-]

> In the mean time modern "functional" (or "monadic") style java is a chained mess with ridiculously long lines.

I have seen many devs that prefer the Java imperative style over more functional chained style. Could be an outcome of leetcode style interviews or that most CS programs start with C/python/Java style languages but it's not uncommon to see that preference especially among junior devs

bvrmn 4 hours ago | parent [-]

The funny thing real functional languages doesn't use dotted chains. It's quite a stretch to try to make something functional without adequate syntax support. Java streams really make things a more difficult than it should be.