Earlier quoted context omitted.
I do not see those rumors coming to fruition at all. Apple has way too much invested in ObjC at this point to be supplanted by Ruby. That's just my opinion though.
They're based in a few things: 1) MacRuby supports LLVM. 2) Apple has a dev on the MacRuby project. 3) MacRuby's Cocoa bindings are pretty fantastic, it's not unimaginable that they could be replaced with just MacRuby. 4) Ruby and Apple are already a cultural fit. That said, I'd be a bit of a surprise. Doesn't mean it'll never happen, though.
MacRuby 0.9 is released
11–19 of 19 posts
Re: MacRuby 0.9 is released
#12Earlier quoted context omitted.
I doubt it will be included. It does not need to be included. You can build a self contained .app using macruby_deploy.
There's been persistent rumors that MacRuby will replace Objective-C as the Blessed Holy Language of Apple.
I think there's a good chance that MacRuby could perhaps ship with XCode and become a first class, officially supported option for OS X development. And unlike, say, the Java-Cocoa bridge, MacRuby may in time become a desirable option for some developers and some types of projects.
Re: MacRuby 0.9 is released
#13Earlier quoted context omitted.
There's been persistent rumors that MacRuby will replace Objective-C as the Blessed Holy Language of Apple.
Haha, that's ridiculous. I've never heard such rumors but if I had they would be up there with 2Pac releasing a new album.
There is very little chance of this happening, although I hope I'm wrong.
Re: MacRuby 0.9 is released
#14Earlier quoted context omitted.
I doubt it will be included. It does not need to be included. You can build a self contained .app using macruby_deploy.
Bundling the framework makes the .app pretty huge. My simple app with embedded MacRuby and a few embedded gems weighs in at 54MB. It would be awesome to have Macruby already present on users' machines.
Re: MacRuby 0.9 is released
#15Earlier quoted context omitted.
They're based in a few things: 1) MacRuby supports LLVM. 2) Apple has a dev on the MacRuby project. 3) MacRuby's Cocoa bindings are pretty fantastic, it's not unimaginable that they could be replaced with just MacRuby. 4) Ruby and Apple are already a cultural fit. That said, I'd be a bit of a surprise. Doesn't mean it'll never happen, though.
I wonder if Apple might be tempted to throw significant support behind Ruby just because Google is pushing Python.
You might be interested to know that Apple has released products built on top of python, such as the calendar server (which is open source, and built on top of Twisted). How would that possibly fit into your theory? Or what of the python objective c bridge? Both python and ruby come preinstalled on OS X, I don't think Apple as a company has a preference for one or the other.
Re: MacRuby 0.9 is released
#16Earlier quoted context omitted.
I do not see those rumors coming to fruition at all. Apple has way too much invested in ObjC at this point to be supplanted by Ruby. That's just my opinion though.
They're based in a few things: 1) MacRuby supports LLVM. 2) Apple has a dev on the MacRuby project. 3) MacRuby's Cocoa bindings are pretty fantastic, it's not unimaginable that they could be replaced with just MacRuby. 4) Ruby and Apple are already a cultural fit. That said, I'd be a bit of a surprise. Doesn't mean it'll never happen, though.
2) Apple has _a_ dev on the MacRuby project.
One dev does not a complete project make. Perhaps in time, if they put more support behind MacRuby, but I'll believe it when I see it. So far, people are just chasing rumours.
Re: MacRuby 0.9 is released
#17Earlier quoted context omitted.
Bundling the framework makes the .app pretty huge. My simple app with embedded MacRuby and a few embedded gems weighs in at 54MB. It would be awesome to have Macruby already present on users' machines.
The default deployment settings will indeed generate a pretty big application, but it is possible to trim out unnecessary stuff (such as the standard library or extensions). Also, we are hopefully dropping i386 support in 0.10, therefore the MacRuby binaries will be 2 times smaller.
A bright future, thanks for all your dedication and hard work!
Re: MacRuby 0.9 is released
#18Re: MacRuby 0.9 is released
#19Earlier quoted context omitted.
I wonder if Apple might be tempted to throw significant support behind Ruby just because Google is pushing Python.
This doesn't make much sense to be honest. Just because two companies don't see eye to eye on an executive level and are competing on some products doesn't mean they will take a flamewar over languages and make business decisions based on that. That's nonsense. You might be interested to know that Apple has released products built on top of python, such as the calendar server (which is open source, and built on top o…