Re: Clever uses of InvokeDynamic

2012-04-20 Thread Charles Oliver Nutter
That reminds me...I should hook up the (little used) globals in JRuby to indy. Thanks! - Charlie On Fri, Apr 20, 2012 at 11:23 AM, MacGregor, Duncan (GE Energy) wrote: > Really it's similar to lazy constants, but we use invokeDynamic for > global variable access which we have a lot of since our

RE: Clever uses of InvokeDynamic

2012-04-20 Thread MacGregor, Duncan (GE Energy)
Really it's similar to lazy constants, but we use invokeDynamic for global variable access which we have a lot of since our language is exemplar based we have a lot of globals that hold those exemplars. The name of the global is passed as an argument to the bootstrap and this returns a constant cal