From: matz@... (Yukihiro Matsumoto) Date: 2002-08-16T11:42:29+09:00 Subject: Re: Is Ruby easily embeddable in other apps as TCL is? Hi, In message "Is Ruby easily embeddable in other apps as TCL is? " on 02/08/16, christopher.j.meisenzahl@citicorp.com writes: Not that much. Ruby is originally written as an independent interpreter, unlike Tcl which is designed to be embeddable. For example, we cannot have separate multiple interpreters in a process. matz.