On Sun, Jul 20, 2014 at 7:34 PM, kilon alios <[email protected]> wrote: > With the help of Damien I was successful in creating a parser for pharo to > python syntax. Using pharo messages you can now construct automagically > python strings and pass it to blender . This way you no longer need to type > in python syntax to do python stuff. So a big thanks to Damien. Note this > method of course is slower because of parsing and heavy usage of regex > string matching.
are you sure you need to pass 'nil' everywhere? In #doesNotUnderstand:, you could check for the number of arguments and generate something appropriate based on that. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
