Re: [MacRuby-devel] NSTimer.timerWithTimeInterval ?

2011-11-07 Thread Richard Kilmer
Take the calling param sequence and turn it into a 1.9 hash statement in order :) timer = NSTimer.timerWithTimeInterval 60, target: self, selector: 'recheckAndUpdateTitle:', userInfo: nil, repeats: true because this is the actual selector:

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-20 Thread Richard Kilmer
This is from something I wrote a while ago on how to write a recipe but did not post to the site. I added stuff on how to do blog posts too. Writing a recipe/blog post for the MacRuby website is very easy. First, you need to get the MacRuby website source checked out on your computer.

Re: [MacRuby-devel] SnowLeopard: Macruby 0.4 macirb crash

2009-06-10 Thread Richard Kilmer
As far as I know, the experimental branch (0.5) is supposed be be SL friendly, I don't think 0.4 was/is. The experimental branch will move to trunk as soon as a few more stabilizations take place. The good news is 0.5 is running a significant number of the Ruby Specs and passing with

Re: [MacRuby-devel] SnowLeopard: Macruby 0.4 macirb crash

2009-06-10 Thread Richard Kilmer
From Laurent's last update: - The project is now able to be installed and used on Mac OS 10.6. It should theoretically work with the latest seeded build, using the same building instructions as mentioned in README.rdoc, and pass our spec suite. Please contact me offline if you have any

Re: [MacRuby-devel] Running the experimental branch

2009-04-04 Thread Richard Kilmer
On Apr 4, 2009, at 8:18 PM, Vincent Isambart wrote: In the comments of Charlie's latest blog post, someone showed their benchmarks of the 0.5 branch running tak(). http://blog.headius.com/2009/04/how-jruby-makes-ruby-fast.html#comments I'd like to do the same but rake isn't giving me a macruby

Re: [MacRuby-devel] branches/experimental

2009-03-28 Thread Richard Kilmer
This is awesome new Laurent! You have done amazing work to get this far and I know you will get it all the way. Also Eloy and Vincent helped a lot with both the VM and specs and tests. Thanks to all of you! Do you have any plans for enlisting specific support you need to move things

Re: [MacRuby-devel] HotCocoa Part I

2008-11-12 Thread Richard Kilmer
On Nov 12, 2008, at 9:16 AM, Richard Kilmer wrote: All, As the main author of HotCocoa let me chime in on what I see its main purpose is. In a nutshell here is my 5 second primary definition: HotCocoa is an idiomatic Ruby API that simplifies the configuration and wiring together