Olivier CARRERE <olivier / vibes.net> writes: > I've recently discovered Ruby wich seems a very cool language. Indeed it is. > It seems to be quite easy to extend, but how about embedding it in > another prog (like with Python...)? With Ruby, it's pretty easy to go both ways: embedding libraries within Ruby, and embedding Ruby within other programs. I expect we're going to see a lot of applications start using Ruby as their internal scripting or configuration language over the coming years. Regards Dave