Y
Hacker News
new
|
ask
|
show
|
jobs
by
sidlls
1431 days ago
Yes, it’s far too readable to be actual functional programming.
2 comments
tr1ll10nb1ll
1430 days ago
That's a slap in the face to Erlang/Elixir or maybe you weren't able to comprehend it?
link
sidlls
1430 days ago
Readability and the ability to comprehend code with poor readability aren’t really related.
I was having a bit of fun at the expense of FP zealots.
link
ch4s3
1430 days ago
I only write code in an FP language and it never looks like that. Usually I’m passing function results into another function or into a match to break out success and failure states. It doesn’t have to be Haskell wizardry, or even clever.
link