Re: static variable

new topic     » goto parent     » topic index » view thread      » older message » newer message
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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu