top | item 44069650

(no title)

pensatoio | 9 months ago

Fifteen years into my career, and I'm finally realizing that "expressive" languages are practically unreadable.

discuss

order

tikhonj|9 months ago

unfamiliar languages are practically unreadable

rhdjsjebshjffn|9 months ago

I don't see how that's any better for a haskell shop. i got some empathy but you chose a rough life.

rrradical|9 months ago

As a haskell programmer, all of that was easily readable.

sgarland|9 months ago

As a non-Haskell programmer, all of that was easily readable. Straightforward words for functions makes that pretty easy.

sponnath|9 months ago

Not all programming languages are obvious derivatives of C. Haskell is pretty readable once you spend some time getting to know the syntax.

90s_dev|9 months ago

The semantics are very different. It's much closer to a mathematical proof than a C program with different syntax, in terms of its lazy evaluation.

bcrosby95|9 months ago

How much time have you spent with functional programming languages?

djtango|9 months ago

We once hired a F# developer to write Clojure and within a week, he was writing some of the clearest Clojure I've read.

Learn paradigms not languages...