From: Yukihiro Matsumoto Date: 2007-08-08T16:02:44+09:00 Subject: Re: yarv and C Hi, In message "Re: yarv and C" on Wed, 8 Aug 2007 09:15:06 +0900, progcat@comcast.net writes: |Am I right that yarv is the future? Can SWIG be used with yarv or |would it |be better for me to build my library into yarv? (modify the language) | |I don't want to have to write new glue code when the next release of |ruby (or yarv) is out. I am not sure what you mean here. At least you don't have to modify your extension for YARV (1.9). matz.