Hi, I'm looking for an extension language (aka a macro language) for a large program i'm developing. After seeing some alternatives, I think Ruby could make a nice extension language for my program. The problem is I don't find specific information for using Ruby this way, only as a standalone scripting language. Is it possible to use Ruby as an extension language ? If it is, I would like to know how : - to embeb the ruby interpreter in my program. - to interface ruby with C/C++ calls. (specialy C++, as my program is written in C++) Thanks. Artur Matos (ei96024 / fe.up.pt)