[MacRuby-devel] mruby + mobiRuby ...

2012-04-20 Thread Kevin Poorman
Looks like matz's is ahead of the game with an iOS compatible version of ruby … http://mobiruby.org/___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] StringScanner Performance

2012-04-20 Thread Sylvester Keil
you're absolutely right, this issue is related. So we would require a Regular Expression method that matches only at the beginning of the string and does not populate Regexp.last_match. On Apr 19, 2012, at 3:58 PM, Watson wrote: > Hi, > > I think your report is relating with http://www.macru

Re: [MacRuby-devel] mruby + mobiRuby ...

2012-04-20 Thread Matt Aimonetti
My take on both mruby and MobiRuby: http://matt.aimonetti.net/posts/2012/04/20/mruby-and-mobiruby/ - Matt On Fri, Apr 20, 2012 at 1:17 PM, Kevin Poorman wrote: > Looks like matz's is ahead of the game with an iOS compatible version of > ruby … > > http://mobiruby.org/ > > ___