Re: Questions

2009-05-10 Thread Alexander Burger
Hi Kriangkrai, > OK. Can the "Undefined error handling" be defined/extended/overridden > at Lisp (not C) level? Something like Ruby's const_missing() and > method_missing()? I don't know Ruby, but probably not, because there is no hook at the lowest level in the interpreter. You can achieve some

Re: Questions

2009-05-10 Thread Kriangkrai Soatthiyanont
Hi Alex, >> OK. Can the "Undefined error handling" be defined/extended/overridden >> at Lisp (not C) level? Something like Ruby's const_missing() and >> method_missing()? > > You can achieve something similar by catching the error, and then > defining the function on the fly. For example > >(p