Regarding catching invalid functions, is it possible in newLISP to write a handler for unknown functions in the same way that some other languages do, so that
Code: Select all
(boing 1)Code: Select all
ERR: invalid function : (boing 1)The context for this is writing a DSL.
-- Bruce