From: John Lam Date: 2005-12-07T09:56:13+09:00 Subject: Re: IL Generator syntax proposal ------=_Part_21644_19822681.1133916963943 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline This is going to be the way that I implement my Ruby <=3D> CLR bridge. I go= t to a point where there was just too much C++ code, and it was getting hard to add features. There is only about 300 lines of C++ code in RbDynamicMethod, and I suspect there won't be much more that's needed. Everything else is going to be implemented in Ruby. I'm getting ready to ship a build of RbDynamicMethod tonight so that folks can take a look at it. So hang in there - should be about 4 hours before I ship :) Cheers, -John http://www.iunknown.com This is pretty cool and I would really like to see a Ruby in Ruby > compiler that utilizes this for generating .NET byte code. I've spend > some time thinking on it and might do that at next year's Summer of Code > (if I am accepted) if it hasn't already been done by then. > > Will you continue working on it? Where is this going? > > > ------=_Part_21644_19822681.1133916963943--