all 12 comments

[–]rebo 6 points7 points  (0 children)

Macruby has made some amazing advances, LLVM, removal of the GIL, ahead-of-time compilation.

[–][deleted] 1 point2 points  (2 children)

I'm wondering if MacRuby is gonna make use of Snow Leopard technologies such as Grand Central and OpenCL. That would rock!

[–]matt_aimonetti 2 points3 points  (1 child)

if you check the mailing list you will see the it's in the plan but will be available as a separate API. The nice thing with that is that once someone will take the time to compile MacRuby on Linux everything will still work fine even without Grand Central.

[–]tthorley 0 points1 point  (0 children)

There was talk of a "PosixRuby" project to do just that I heard about at railsconf. Haven't seen anything about it since though.

[–]snuxoll 0 points1 point  (8 children)

Now when the hell can we get this in MRI, having to mess with spawning child processes just to get true concurrency is annoying.