From: matz@... (Yukihiro Matsumoto) Date: 2002-09-25T16:49:10+09:00 Subject: Re: embedding ruby inside an application? Hi, In message "embedding ruby inside an application?" on 02/09/23, Basile STARYNKEVITCH writes: |Is it easy to embed ruby inside an application? Not hard. But not as easy as Tcl is. Embedding Ruby has the following restrictions: * one interpreter per proecss (no interpreter object) * no interpreter reset * GC do not work well with native thread |Are there opensource application embedding Ruby? mod_ruby, JED/Ruby, Vim/Ruby, etc. matz.