Re: static variable
- Posted by mattlewis (admin) Jan 07, 2011
- 1017 views
bill said...
Static variables are probably best to avoid as their implementation is likely to be tricky (it's the fact that you go out of scope yet keep a link to that scope).
In fact, I think it would be pretty straightforward to implement them (after thinking for a little bit).
bill said...
Recursion has its own problems. I don't know that Euphoria does tail-call elimination - it might.
Euphoria handles recursion pretty well. And yes, it does tail call recursion.
Matt