routine_id() correct me. (Rob Craig)

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

Hello EuComm:  (short of Euphoria Community)

When routine_id() is used you can't allow bind.ex to rename any of your
routines.
This would prevent routine_id() from being able to find the routine.

Just a thought but.  When you are renaming all those routines from.
this()  ---> Aa()
that() ---> Ab()
something_else() ---> Ac()

You have to keep a little table, list, lookup.  so you know what gets
renamed
to what.  RIGHT?  Then.  When you are done renaming you just toss it out.
Like old useless garbage.  RIGHT?

I mean.  we couldn't possibly use those old names for anything.  Oops,
I think my meaning should be coming across by now.

Would it be hard for bind.ex to store that table into the resulting output
program?  And for the Euphoria interpreter to use that table when needed.
You know.  Just for routine_id() and it's neighboring calls occur.

See Also: call_proc, call_func, call_back, define_c_func, define_c_proc


        Lucius L. Hilley III

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

Search



Quick Links

User menu

Not signed in.

Misc Menu