Printing is fixed.
Brian T Rice
water at tunes.org
Sun May 18 17:58:00 PDT 2003
Good news for those trying out the REPL. I spent the time needed to
correct the errors that were preventing adding slots to the lobby in
interactive mode.
So:
Slate 1> 'src/init.slate' fileIn.
Hi, there!
Nil
Slate 2> lobby addSlot: #foo.
<@Namespace: traits, lobby, prototypes, globals, Mixins, foo>
<@*LOBBY*: traits, lobby, prototypes, globals, Mixins, foo>
Slate 3> foo: 4.
4
Slate 4> foo.
4
Slate 5> lobby.
<@Namespace: traits, lobby, prototypes, globals, Mixins, foo>
<@*LOBBY*: traits, lobby, prototypes, globals, Mixins, foo>
works fine. There is still an echo from the interpreter which will be kept
around for debugging and such.
--
Brian T. Rice
LOGOS Research and Development
http://tunes.org/~water/
More information about the Slate
mailing list