Re: [Jruby-devel] IRB is now working

2006-03-03 Thread Charles O Nutter
Yeah, this is unpleasant to look at but doesn't otherwise affect the functionality. The issue is how the IRB "workspace" and "context" are set up. There's heavy use of bindings to allow code entered into IRB to run in the correct context; in general, it should run under the toplevel Object instance

Re: [Jruby-devel] IRB is now working

2006-03-03 Thread David Corbin
Great work. I notice (in your blog) that the prompt is "verbose, and javaish". We should fix this too. I'll take a look at 'jirb' this weekend. David On Friday 03 March 2006 12:47 am, Charles O Nutter wrote: > So yeah, I posted to my blog about this today, but we have finally > gotten IRB worki