(no subject)

Nov 03, 2011 01:34

Writing Day 2 in Haskell. In the process, I realized that Day 1 is not actually complete -- it doesn't provide for defining recursive functions. So it's not self-hosting. Oops. (This would be why the version of 'define' that defines functions is not just lambda plus the ability to bind globals -- the latter doesn't give you recursion.)

Not sure whether I should fix Day 1 now that it's done. I will at least endeavor not to have the same bug in Day 2. :-)
Previous post Next post
Up