Re: [MacRuby-devel] book idea - "making it look like Ruby"

2011-02-12 Thread Arthur Gunn
> Ruby is extremely flexible.  I'm quite sure that some > metaprogramming  could be used to prototype something > for experimentation. For the sake of experimentation then, here's some ruby code that does that: https://gist.github.com/824163 I don't think that implementing this in macruby wou

Re: [MacRuby-devel] Dispatch gem

2011-01-23 Thread Arthur Gunn
Hi, Yep, I'm happy to maintain it. There's a bit of work to be done with it. If anyone would like to help that would be great! https://github.com/gunn/dispatch -Arthur ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://

Re: [MacRuby-devel] scientific plotting engine

2010-12-30 Thread Arthur Gunn
Hi Jonathon, http://macresearch.org if you've not already heard of it would be a good place to look for the base plotting libraries. http://www.macresearch.org/home?page=10 has a few items of interest, the most modern looks to be Core Plot: http://code.google.com/p/core-plot/ -Arthur _

[MacRuby-devel] Dispatch gem

2010-12-14 Thread Arthur Gunn
Hi! I've just made a gem for the dispatch module recently removed from the main macruby codebase. I believe it's all in working order, you should just be able to: $ sudo macgem i dispatch $ macirb > require 'lib/dispatch' => true > (1..4).p_map {|i| i**2}

Re: [MacRuby-devel] converging for 1.0

2010-11-30 Thread Arthur Gunn
Hi, I'd like to help out with the bugmash on saturday. I'm wondering, what will the workflow look like? Will it be possible to use github and it's systems? I think it would lower the barriers for mac rubyists (like myself) to become involved. Github has some pretty handy features like its pull r