Eduardo Cavazos <[EMAIL PROTECTED]> writes: > > Hello, > > >From a Factor listener, you can establish a new vocabulary using > 'IN:', and define words and classes to your heart's content in an > experimental fashion. You can also use 'save' and this vocabulary will > persist in your image. > > Code implementing these ideas: > > sto http://paste.factorcode.org/paste?id=102 > store http://paste.factorcode.org/paste?id=101 > vnav http://paste.factorcode.org/paste?id=103 >
Hello, I have got to say that this coolest thing since sliced bread. Well, at least it matches my ideal programming process pretty well. I do have a question: In your definition of sto you give the word a property of "val" equal to "t", why? As far as I can see you never check for that property anywhere else in vnav or store. The best I can figure is that used to be in the definition of "val?". Best, -phil ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
