Is Ruby easily embeddable in other apps as TCL is? <eom>

Christopher J. Meisenzahl CPS, CSTE
Senior Software Testing Consultant
Spherion
christopher.j.meisenzahl@citicorp.com

Hi,

···

In message "Is Ruby easily embeddable in other apps as TCL is? " on 02/08/16, christopher.j.meisenzahl@citicorp.com 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.

For complexer applications the answer is simple:
No.

No other script language is so easy to embedd
then TCL/TK.But if you don’t need to hook in the event
dispatching loop (which you always must in more complicated
applications) then it is quite easy.

···

On Thu, 15 Aug 2002 19:48:12 GMT, christopher.j.meisenzahl@citicorp.com wrote:

Christopher J. Meisenzahl CPS, CSTE
Senior Software Testing Consultant
Spherion
christopher.j.meisenzahl@citicorp.com