>> Indeed. gst uses the builtin compiler (written in C), while >> gst-remote uses the Parser and Compiler packages. > > Why is that? Technical considerations or the need for > more control over what happens when?
It is a bit easier to use a Smalltalk parser and compiler. For example the C compiler runs each evaluation in a different process, which makes it harder to direct the Transcript output to the appropriate socket. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
