A Comparison of Python and Ruby Extension Interfaces (Re: Comparison between Python and "Ruby")

Yukihiro Matsumoto matz at netlab.co.jp
Sun Nov 7 21:26:30 EST 1999


Toby Dickenson <htrd90 at zepler.org> writes:

|>It uses setjmp/longjmp. Presumably these work correctly on
|>any system where they are implemented. Porting Ruby to a
|>system where they're not implemented could be difficult.
|>
|
|Presumably this makes it difficult for Ruby extensions to use C++?

I don't think so.  Some extensions for Ruby are written in C++
(e.g. MySQL interface) without problems.

							matz.




More information about the Python-list mailing list