Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Evolution of a Haskell programmer (willamette.edu)
31 points by mbrubeck on Jan 29, 2010 | hide | past | favorite | 4 comments


and here's a working link to the original "Evolution of a programmer":

http://www.lri.fr/~filliatr/evolution


Damn, I read that and didn't understand half of the graduate stuff. Then again, I'm at work so what am I doing reading this? I have so much to learn and so little time to do it.


Don't feel bad. I've been messing around with Haskell a while myself, and I start to lose it around the functional dependencies.


I like the 2nd junior version best.

    fac 0 = 1
    fac n = n * fac (n-1)




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

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

Search: