On 05/07/06, Eric Hodel <drbrain / segment7.net> wrote: > Why aren't you using SexpProcessor? It takes care of all the stuff > you've got in #handle and more! Also makes it easy to write tests. Good question - the answer is simply that I wasn't aware of it! It didn't take very much work to get to this point - it's just a quick and dirty hack (with no tests :-) to see if the idea is viable. It seems that it is. > You can probably handle :fcall if you have the correct class > hierarchy and just use self. Yeah. I took the easy route, but it should be possible with a bit of work. Thanks for the insights. Paul.