On Tue, Feb 2, 2010 at 12:22 PM, Ville Voutilainen <ville.voutilainen@gmail.com> wrote:
2010/2/2 Blake McBride <blake@mcbride.name>:
> At any rate, lets hold off on integrating anything I sent so far since I am
> planning significant enhancements in the coming days.  I do need to know

Ok, cool.

> about the multiple ABCL instance question though.

Ah, right.. Interpreter has the createInstance function, which is probably
the only way to create an Interpreter. Thus it's not possible to have multiple
interpreters I think.

And the small advantage of using a class variable (and the reason I did it that way) is that the user doesn't have to carry around a reference to the instance.