Re: Euphoria's strengths

new topic     » goto parent     » topic index » view thread      » older message » newer message
mattlewis said...
jimcbrown said...

But adding the ability to dynamically add and remove variables from the variable table on the fly? In a translated program? It can be done, it's just a lot more work.

Sounds like we'd have to go to JIT for this to work.

Matt

Just to be clear, if the var is accessable for changing thru the normal existing syntax, the var table is then just for searching to gather var names, and see if they are init'd, etc, not to alter them or instanciate/remove new/old ones. At least that's my desire.

If this is instead of having string execution, i'd rather have the string execution first. But they'd work hand in hand, checking the var table would let one know if the string has been built at all, and (i hope) it's size. Without dynamic includes, the strings for execution may get rather large.

useless

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

Search



Quick Links

User menu

Not signed in.

Misc Menu