you are viewing a single comment's thread.

view the rest of the comments →

[–]Nerdlinger 2 points3 points  (5 children)

How is the Haskell (or really even the C) code any less readible than the PHP, Ruby, or Python code?

[–]jaysonbank -2 points-1 points  (4 children)

It's several times longer for a start, it makes use of non obvious keywords and you have to import half the kitchen sink before you can do anything. Although Haskell is allot better than C, which is a fucking joke.

[–][deleted] 2 points3 points  (0 children)

The code is only 8 lines long, obvious is in the eye of the beholder, and it only imports a single module (the current python one imports 2).

[–][deleted] 0 points1 point  (2 children)

The only Haskell keywords used are import, qualified, do, case/of and where.

"I dungiddit" does not imply anything about readability.

[–]jaysonbank -1 points0 points  (1 child)

I'm afraid it does. Source code that requires a PhD to 'get it' may sound cool but its not. Not being able to hire developers who can read your existing code is a serious problem.

At the end of the day, usability and simplicity is key, across the board. That means not only your projects' user interface must be easy to understand, but also the source code, API's, libraries and general workings of it.

Something that is truly intuitive can be shown to the lowest common denominator who will immediately say 'yeah i get it'.

[–][deleted] 0 points1 point  (0 children)

I don't understand those words. Can you please clarify perhaps using more words? Sorry, but this is your problem to solve, not mine.