Skip to content

R and lazy evaluation

6 messages · Peter Dalgaard, Russ Abbott

#
On Apr 8, 2011, at 06:08 , Russ Abbott wrote:

            
I should hope not.... (it would break call-by-value semantics, for one thing)

The closest you can get is something like
[1] 5

(you can construct those assignments programmatically in a loop with a little extra work.)