Tagged Questions
7
votes
2answers
331 views
Combined Python & Ruby extension module
I have a C extension module for Python and I want to make it available to Rubyists.
The source has a number of C modules, with only one being Python-dependent. The rest depend only on each other and ...