wanted (invalid-function-event ...)

Started by mikerudin39, July 24, 2017, 03:46:38 AM

Previous topic - Next topic

mikerudin39

When newlisp meets in code unknown function it writes:

ERR: invalid function : (some-func)

and stops executing.



Would be nice to have something like (invalid-function-event  )

to deal with it, (for example to load missed code fragment

from sqlite database or from some site, etc..) ...and continue

executing WITHOUT ERROR. for now we have only (error-event),

but it called when error ALREADY OCCURED, and execucion can not

continue.



For what: it's like reading text in semi-known language. Meeting

unknown word, we refer to vocabulary, find word, understand

it's meaning and keep reading on.



PS: I'm not native english-speaker, so excuse me in advance for

my poor english, but i hope idea is clear enough.