Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
The Evolution of a Haskell Programmer (willamette.edu)
10 points by kefeizhou on April 8, 2011 | hide | past | favorite | 3 comments


Remember, folks, this is a joke. Please don't use any of these in real code ;)


Actually, most of the techniques presented there do have some use cases in real code.

Calculating factorials is not among them, though.


  > Actually, most of the techniques presented there do have
  > some use cases in real code.
Really?

Even the sane-looking entries ("Freshman" through "Another senior") are going to have performance problems. "Yet another senior" through "Combinatory" have some minor applications to real-world code, but none of them are demonstrated here. "List-encoding" and onward degenerate into type-class wanking and absurdity -- they don't belong anywhere near a compiler.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: