Subj : Re: How-to on writing an interpreter? To : comp.programming From : C. Rebert Date : Sat Jul 16 2005 03:31 pm Right now, I think I'm going to go with a roll-your-own solution. I'll probably have an array of frames w/ the environment for each function, and then I'll just keep a pointer to the current instruction for each function, and call the interpreter recursively. Thanks for all your advice! - C. Rebert .