From: ts Date: 2002-11-21T18:32:39+09:00 Subject: Re: Questions about embedding Ruby in C >>>>> "J" == Johan Persson writes: J> 1. How can I make Ruby not calling exit() when finished with a script? Just don't call ruby_run() J> 2. How does it come I can't see any output from the script I'm J> running? Is it because Ruby decides to run it in a sub-shell or what? Well, you must give an example to see what you are trying to do. J> 3. Is it possible to make the interpreter use rubyated C-code from the J> application who called it like an extension library? And if so, how? Look in RAA you have many examples Guy Decoux