Schala Zeal wrote: > I guessed that much. I mean if a language can be extended by C, C should > be able to use it embedded. Inconclusively, I started embedding with 1.8.6 and it was fun to tinker a buildsystem that used headers in the right order, ruby had e.g. an own regex.h. Also initiating the loadpath with gems isn't strictly forward, because when using ruby_options() things will get worse. The thing with 1.9 that is really annoying while embedding is the polling thread that handles ruby threads and signals. -- Posted via http://www.ruby-forum.com/.