From: Mohit Sindhwani Date: 2008-03-27T18:15:33+09:00 Subject: Re: embedding ruby (*not* extending) John Smith wrote: > I need to embed a scripting languange in a C++ application. > > Currently I am evaluating some scripting languages for this purpose. > > * perl (that works, although it needs a big amount of C++ glue code > to deal with the perl stack(s) > * python - have not tried yet > * lua - that's really great, very easy to embed. Not surpring since > lua is "designed to be embedded". Unfortuneately the lua interpreter > is very limited > * ruby - there is no/very limited docs about howto do that There is just enough information on the first version of PickAxe to get you started. Which compiler are you using? Cheers, Mohit. 3/27/2008 | 5:15 PM.