Expected time for lazy evaluation with nested functions?
- by Matt_JD
A colleague and I are doing a free R course, although I believe this is a more general lazy evaluation issue, and have found a scenario that we have discussed briefly and I'd like to find out the answer from a wider community.
The scenario is as follows (pseudo code):
wrapper => function(thing)
{
print => function()
{
…