From: Patrick Date: 2013-02-20T23:57:22+09:00 Subject: Python C API vs Ruby C API Hi Everyone I am trying to decided whether to embed Ruby or Python. It looks like Ruby is not ideal for embedding but it also sounds like it is doable as long as it's called from main, is that true? The Ruby C API looks lighter but much easier to work with. Is VALUE the only type? Is it true that I do not have to manually increment and decrement values as well? I was also wondering about extending Ruby. If I create a C module FOO and another module POO, can FOO call functions from POO or is there a way to make them visible? I might like to call TK from another C module Any feedback or corrections on this topic would be appreciated. Thanks-Patrick