|
|
|
|
|
by voxfrege
4593 days ago
|
|
> Well, the Boolean operators in C-like languages are NOT normal functions, which is the point. "Not normal", because the language is strict, and there is no way to make a lazy function on your own, even when it is so tremediously useful. In other words, the C standard comittee decides which functions may be lazy. As a Haskell programmer, you decide. |
|