Re: Pass by Reference
- Posted by jaygade Sep 11, 2009
- 2460 views
I know I've lobbied for some kind of "var_id" mechanism before, but good copy-on-write semantics (which I believe that Euphoria has?) and an optimization of the case "foo = func(foo)" should take care of most pass-by-reference needs, IMO.