got it .thanks
On Oct 25, 2010, at 9:20 AM, Laurent Sansonetti wrote:
> Hi,
>
> The memory used by a new MacRuby app depends on your environment, but it's
> indeed bigger than a default Objective-C app. If you start enabling garbage
> collection in the Objective-C app and create some objects, t
Hi Mark,
> Ah, that does work, and seems to have worked for a number of other things I
> am trying to do.
>
> The only problem now is when I have something like
>
> value = Pointer.new '^v' # pointer to pointer to void
> AXUIElementCopyAttributeValue mail_object, 'AXHidden', value
On Oct 25, 2010, at 12:55 PM, Jason Guiditta wrote:
> However, if the reply from earlier that 'it compiles down to objective-c
> anyway' is correct (which is what I thought was the case), perhaps it doesn't
> matter for either store?
No, MacRuby apps do not work on iOS. MacRuby uses garbage col
On Mon, Oct 25, 2010 at 1:29 PM, Matt Aimonetti wrote:
> Scott, I think the discussion is about the OS X app store. And as far as I
> know, there is no official word from Apple about that.
>
> - Matt
>
>
>
Yeah, that was my fault - I asked if the same was true of the iOS app store
(original poster
I can see the use of Ruby in doing some intense data massaging, like
string/math/dates sort of processing that would be quite verbose in Objective C.
I'm thinking of using Ruby in place of plain 'C' (or Perl) in doing some
rudimentary stuff such as that.
I'm somewhat aware of the Ruby/Objective
On Oct 25, 2010, at 11:29 AM, Matt Aimonetti wrote:
> Scott, I think the discussion is about the OS X app store. And as far as I
> know, there is no official word from Apple about that.
This discussion certainly was (maybe still is) about that, but the post I was
responding asked about iOS.
--
Scott, I think the discussion is about the OS X app store. And as far as I
know, there is no official word from Apple about that.
- Matt
On Mon, Oct 25, 2010 at 7:25 AM, Scott Ribe wrote:
> MacRuby does not work on iOS.
>
> On Oct 25, 2010, at 7:55 AM, Jason Guiditta wrote:
>
> > Is anyone activ
MacRuby does not work on iOS.
On Oct 25, 2010, at 7:55 AM, Jason Guiditta wrote:
> Is anyone actively using macruby to build apps there
--
Scott Ribe
scott_r...@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice
___
MacRuby-devel
On Wed, Oct 20, 2010 at 7:44 PM, Robert Schaaf wrote:
> It sems to me that since you can compile an app to native code, using
> Apple's frameworks and runtime system, there need be no Ruby installation.
>
> That said, I think an app store for the Mac is a horrible idea. I won't
> detail why in t