Talk:Eager evaluation
From Wikipedia, the free encyclopedia
[edit] Disputed information
I removed the following paragraph from the article, because it simply isn't true.
- However, in more sophisticated programming languages, the low-level optimisation of forced eager evaluation is found to be disadvantageous over lazy evaluation. This is because it prevents the higher-level optimisations and greater expressiveness that can be obtained under the latter method, which generally allows the implementation of both lazy and eager semantics.