Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
103 views

In R can I find the environment associated with a lazy argument?

Sorry this is a little complicated. I want to capture an argument expression, but also know which environment it should be evaluated in. Something like this: make.promise = function(x = print(b), b ...
0
votes
1answer
51 views

Name binding and language binding

Name binding and language binding are different concepts. But I wonder if they are related and how they differ? Especially interested in the relation part. For example, if language binding is ...