[MacRuby-devel] experimental branch: status update

2009-07-26 Thread Laurent Sansonetti
Here is another status update on the experimental branch. I forgot to send this one earlier, sorry. Highlights: - Unicode strings! You can now create strings containing multibyte characters in your MacRuby programs and apply the String methods on them (even regular expressions!). - Diges

Re: [MacRuby-devel] assign value to identifier in runtime with objc codes

2009-07-26 Thread Laurent Sansonetti
Hi Linan, You can't really assign a Ruby local variable from Objective-C, since Ruby locals are generally scoped around a particular method, but you can assign to an instance variable of a given object, a constant, a global variable (or eventually a class variable, but this is evil, don't

Re: [MacRuby-devel] Building the Experimental Branch

2009-07-26 Thread Jordan K. Hubbard
On Jul 26, 2009, at 9:21 PM, Jordan K. Hubbard wrote: Hmmm. Well, I can't reproduce your results on 0.6 Whoops, sorry, 10.6 - not 0.6 - I missed the 1 there somehow. :) ___ MacRuby-devel mailing list [email protected] http://l

Re: [MacRuby-devel] Building the Experimental Branch

2009-07-26 Thread Jordan K. Hubbard
On Jul 26, 2009, at 2:26 PM, Steven Canfield wrote: Hey All, This is my first post to this list so I should introduce myself. My name is Steven Canfield I've just graduated from a Master's program in Computer Science and am doing iPhone development as my day job. I've found the MacRuby pr

[MacRuby-devel] assign value to identifier in runtime with objc codes

2009-07-26 Thread Linan Wang
Hi everybody,I'm trying to migrate from FScript to MacRuby. The problem I'm facing now is how to assign values to variables in the macruby runtime with objc codes. In Fscript framework, it's fairly straightforward: setObject:forIdentifier call of FSInterpreter. I've tried rb_define_varible but it d

[MacRuby-devel] Building the Experimental Branch

2009-07-26 Thread Steven Canfield
Hey All,This is my first post to this list so I should introduce myself. My name is Steven Canfield I've just graduated from a Master's program in Computer Science and am doing iPhone development as my day job. I've found the MacRuby project intriguing since it was announced (and helpful in my last