Monday, March 19, 2007

The reason I made the lazy list library was so I could write a combinatorial parser that wouldn't get stuck on infinite recursion. This is a problem that I thought lazy evaluation would solve since it seems to work in Haskell. It isn't working out quite the way I hoped...

No comments: