Re: [MacRuby-devel] [MacRuby] #744: map on an array delivered by terminal app via scripting bridge gives an immutable error

2010-06-19 Thread MacRuby
#744: map on an array delivered by terminal app via scripting bridge gives an immutable error +--- Reporter: jazz...@… |Owner: lsansone...@… Type: defect | Status: reopened

Re: [MacRuby-devel] [MacRuby] #744: map on an array delivered by terminal app via scripting bridge gives an immutable error

2010-06-19 Thread MacRuby
#744: map on an array delivered by terminal app via scripting bridge gives an immutable error +--- Reporter: jazz...@… |Owner: lsansone...@… Type: defect | Status: reopened

Re: [MacRuby-devel] has anyone played with audio frameworks?

2010-06-19 Thread B. Ohr
I’m thinking a long time about doing my own audio app, but the missing Obj-C framework stopped me every time. Somebody said, that the Obj-C method dispatching is too slow for real time audio. But now, according to Gruber (Daring Fireball) there seems to be a new upcoming framework (AV Foundatio

Re: [MacRuby-devel] [MacRuby] #744: map on an array delivered by terminal app via scripting bridge gives an immutable error

2010-06-19 Thread MacRuby
#744: map on an array delivered by terminal app via scripting bridge gives an immutable error +--- Reporter: jazz...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-19 Thread Dave Baldwin
Hi Dan, Good writeup. I basically do as Michael Jackson has described, but with Textmate. I would also like to dispense with XCode. I have moved away from Hot Cocoa as it seems to be dead or unloved, but also found IB much easier to use in the end. Looking at the rakefile in your Touchstone

Re: [MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-19 Thread Matt Aimonetti
Note that in Xcode 4, IB is not a separate app anymore, making this kind of setup much harder :( - Matt On Sat, Jun 19, 2010 at 11:56 AM, Dave Baldwin wrote: > Hi Dan, > > Good writeup. I basically do as Michael Jackson has described, but with > Textmate. I would also like to dispense with XCo

[MacRuby-devel] anyone wanna speak on MacRuby?

2010-06-19 Thread Rich Morin
I recently gave a lightning talk on MacRuby at the East Bay Ruby Meetup Group (http://www.meetup.com/EBRuby/) Later, Jon Seidel (the organizer) and I agreed that it would be nice to have a full session on MacRuby. Problem is, I'm not qualified to give one. If anyone here is interested in giving

Re: [MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-19 Thread dan sinclair
The console task was just a simple way for me to run macrib and load up all the model files I have. Some of the stuff can work fine without a UI and this just gave me an easy way to test things. Similar to the Rails script/console. dan On Jun 19, 2010, at 2:56 PM, Dave Baldwin wrote: > Hi D

Re: [MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-19 Thread dan sinclair
As long as I can still compile the .xib to a .nib outside of XCode then I'm fine with that. I still use XCode for the Core Data model editor. I just don't like having to add my files through the project system and build/debug in XCode. Prefer to do that from the command line. dan On Jun 19