Hacker News new | ask | show | jobs
by sidlls 1431 days ago
Yes, it’s far too readable to be actual functional programming.
2 comments

That's a slap in the face to Erlang/Elixir or maybe you weren't able to comprehend it?
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.

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.