From: Pierce T. W. I. <pi...@tw...> - 2008-04-02 15:04:34
|
On Apr 1, 2008, at 10:56 PM, Godfrey van der Linden wrote: > On a more general point---now that multiCPUs machines are getting to > be very common, does apple even ship a single CPU machine anymore---I > think we will need true multi-threaded runtimes. Is that work > happening? Do you need any help? Where would I go to help? > There's this new "MacRuby" thing that Apple's working on that's pretty slick. Since Leopard has garbage collection, the new MacRuby takes Ruby 1.9 (which also has a JIT compiler) and makes all Ruby objects full fledged ObjC objects. End result, it will work even better then RubyCocoa does now, full threading will be supported, etc. Its on www.macosforge.com Pierce |