(sorry, I am not sure if this belongs on-list or not...).
- Original Message -
From: "John Rose" <[EMAIL PROTECTED]>
To: "Da Vinci Machine Project"
Sent: Thursday, December 11, 2008 10:00 AM
Subject: Re: Source Code to Build invokedynamic.jar
> On Dec 10, 2008, at 2:50 AM, BGB wrote:
On Dec 10, 2008, at 2:50 AM, BGB wrote:
> pardon my ignorance, but is there any plan to allow dynamic slot/
> field access?...
Yes, but not directly in this project. The dynalang.org project
builds such things on top of Java. Invokedynamic (and later
interface injection) will allow such th
Bui, Phillip wrote:
> I look for the source code to build invokedynamic.jar for Jruby 1.1.5.
> Do you know the location ?
invokedynamic.jar in JRuby's repository just includes the early compiled
.java bits of John's 292 work; we built it by hand, and it doesn't
actually *do* anything other than
pardon my ignorance, but is there any plan to allow dynamic slot/field
access?...
ok, I am starting out just implementing my own VM with little familiarity with
this framework in general (at this point I have little idea if it will actually
be compatible), my tweak was partly to add the abilit