Re: Pass by Reference
- Posted by mattlewis (admin) Dec 19, 2014
- 3397 views
dcuny said...
But it doesn't answer the question why OpenEuphoria support pass by reference.
I started working on doing this before OpenEuphoria was a thing. I think PBR allows some very important features and optimizes some important cases. I'd really like to see it be possible. I made some progress, but I recall getting stuck on some things.
The really short answer is that it's a difficult problem to make it work and not break lots of stuff.
Matt