Re: [MacRuby-devel] MacRuby: The Definitive Guide

2011-11-08 Thread Robert Love
Finally, it arrived. On Nov 2, 2011, at 9:46 PM, Matt Aimonetti wrote: > Hey guys, if you pre ordered the hard copy of my book, it should arrive in a > few days (just got mine). > Otherwise you can buy from O'Reilly: > http://shop.oreilly.com/product/063692723.do or Amazon: > http://amz

Re: [MacRuby-devel] brace yourselves, 0.11 is coming!

2011-10-23 Thread Robert Love
I did the first example from Matt's book using 0.11 today and I get very similar results. ./hello_world Hello World macruby(11481,0x10cf81000) malloc: *** auto malloc[11481]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error()

Re: [MacRuby-devel] Quote for my MacRuby Book

2011-10-06 Thread Robert Love
Ok, the book is coming to fruition. I've had one ordered for a while. Not to be too pushy asking but is Apple getting close to making it part of the released OS? OK, employees can't comment, NDAs etc but hope that day arrives soon. On Oct 6, 2011, at 8:00 PM, Matt Aimonetti wrote: > Hey guy

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Robert Love
On Sep 11, 2011, at 12:37 PM, Matt Aimonetti wrote: > As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script for > the IB integration. I worked with Apple to get that fixed & they seeded a > fixed version in the last 4.2 betas. I didn't mention that in my book because > by the

Re: [MacRuby-devel] IDE and TextEditor

2011-01-18 Thread Robert Love
Did anyone mention RedCar, the editor written in Ruby? Do any users of it have good words to say about it? Can it even run with MacRuby? On Jan 18, 2011, at 1:10 AM, denny trebbin wrote: > I use XCode only for the build process to create the .app. Interface Builder > for the design and link

Re: [MacRuby-devel] MacRuby Book discount

2011-01-17 Thread Robert Love
i, > > no you are not the last "offline" reader. i like to get some paper in my > hands too. and paper is hdd crash aware ;-) > > --- Robert Love schrieb am Mo, 17.1.2011: > > Von: Robert Love > Betreff: Re: [MacRuby-devel] MacRuby Book discount > An: &q

Re: [MacRuby-devel] MacRuby Book discount

2011-01-17 Thread Robert Love
I'm old fashioned--I've already ordered the paper version and am awaiting shipping. Am I the last person who still likes printed books? On Jan 17, 2011, at 12:34 PM, Matt Aimonetti wrote: > O'Reilly is running a special today and my MacRuby: Definitive Guide - Early > Release - ebook (PDF,

Re: [MacRuby-devel] MacRuby 0.6

2010-05-03 Thread Robert Love
Count on one customer when it's ready for sale in paperback. Keep up the good work. On May 3, 2010, at 5:20 PM, Matt Aimonetti wrote: > I also started publicly sharing the draft content of my MacRuby book: > http://macruby.labs.oreilly.com/ > My work is released under a Creative Commons licen

Re: [MacRuby-devel] Simple Example Fails

2010-04-10 Thread Robert Love
. > > However, with the latest trunk / nightlies, it should work. Here is what I > get: > > >> h = {} > => {} > >> h.class > => Hash > >> h.setObject 'foo', forKey:42 > => {42=>"foo"} > > Let us know :-) >

[MacRuby-devel] Simple Example Fails

2010-04-10 Thread Robert Love
I'm trying to learn Macruby and am using Apple's page as a guide: http://developer.apple.com/mac/articles/scriptingautomation/cocoaappswithmacruby.html I'm using macirb to follow the example and getting complete different answers. Is the web page wrong? Is Macruby wrong? Am I doing somethin