> 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
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://
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
_
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}
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