|
|
|
|
|
by dons
4932 days ago
|
|
Laziness is a specific property of how variable binding and application works in a language, which is not at issue here. Unless I am mistaken, they didn't change the template language evaluation strategy from call-by-name to call-by-value. They did change the implementation from an interpreter to a compiler, though. |
|