|
|
|
|
|
by reycharles
3843 days ago
|
|
This claim confuses me. It's eager, not lazy. And judging from the video presentation, where an incorrect[1] binary search results in a stack overflow, it doesn't have proper tail calls either. This doesn't suggest to me that it derives from Haskell at all. [1]: The lower bound wasn't updated correctly which should made it loop indefinitely. |
|