You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The incremental evaluation approach described in #1589 is based on what we dub "cached call-by-name", a form of very generic caching strategy which aims at including lazy evaluation, maximal lazyness, function memoization and incremental caching as particular instances.
While we shouldn't block on this issue to start experimenting (and we haven't - see #1649), it's important to have a better formalized definition of the cached call-by-name approach at some point.
The text was updated successfully, but these errors were encountered:
The incremental evaluation approach described in #1589 is based on what we dub "cached call-by-name", a form of very generic caching strategy which aims at including lazy evaluation, maximal lazyness, function memoization and incremental caching as particular instances.
While we shouldn't block on this issue to start experimenting (and we haven't - see #1649), it's important to have a better formalized definition of the cached call-by-name approach at some point.
The text was updated successfully, but these errors were encountered: