MacRuby 0.6 Released
lists.macosforge.org
MacRuby 0.6 Released
1–10 of 14 posts
Re: MacRuby 0.6 Released
#2Re: MacRuby 0.6 Released
#3Nice to see it progressing, but sad that we will probably never see it compiling iPhone apps.
Re: MacRuby 0.6 Released
#4Nice to see it progressing, but sad that we will probably never see it compiling iPhone apps.
Re: MacRuby 0.6 Released
#5Are these essentially GUI apps which otherwise i would write using Objective C or Cocoa (i assume its a standalone language) or QT, GTK etc.
So does this allow me to write apps that have the Mac L&F ?
Re: MacRuby 0.6 Released
#6Could someone tell me what I would do using macruby. I am a ruby programmer on a Mac. What kind of apps could i write ? Are these essentially GUI apps which otherwise i would write using Objective C or Cocoa (i assume its a standalone language) or QT, GTK etc. So does this allow me to write apps that have the Mac L&F ?
There are clean, high-level Ruby wrappings of UIKit classes, see HotCocoa: http://macruby.com/hotcocoa.html, although it's not clear to me how extensive this part of MacRuby is.
Re: MacRuby 0.6 Released
#7Re: MacRuby 0.6 Released
#8Could someone tell me what I would do using macruby. I am a ruby programmer on a Mac. What kind of apps could i write ? Are these essentially GUI apps which otherwise i would write using Objective C or Cocoa (i assume its a standalone language) or QT, GTK etc. So does this allow me to write apps that have the Mac L&F ?
Yes. MacRuby works well with Interface Builder (the GUI designer for the Mac) and lets you write pretty much anything you could with Obj-C, just quicker :)
There's also the ability to package your MacRuby app as a .app that can be distributed without requiring MacRuby to be installed (MacRuby not required to run the packaged app), but the size of the .app is much larger than an equivalent Obj-C version
Re: MacRuby 0.6 Released
#9Nice to see it progressing, but sad that we will probably never see it compiling iPhone apps.
Why do you think we'll never see it compiling iPhone apps? Neither the technical reasons - i.e. garbage collection in the iPhone Objective-C runtime, not the political reasons - the infamous 3.1.1, I presume, it doesn't do so already seem to me insurmountable. Especially since it is an Apple run project and one of its main goals is to be a first class Obj-C equivalent.
Re: MacRuby 0.6 Released
#10Nice to see it progressing, but sad that we will probably never see it compiling iPhone apps.
Why do you think we'll never see it compiling iPhone apps? Neither the technical reasons - i.e. garbage collection in the iPhone Objective-C runtime, not the political reasons - the infamous 3.1.1, I presume, it doesn't do so already seem to me insurmountable. Especially since it is an Apple run project and one of its main goals is to be a first class Obj-C equivalent.