On 21-Mar-09, at 8:25 AM, vasil wrote:
Last day I wrote simple remote REPL functionality.
It may be useful for someone, who like to work with gambit on remote basis.
See attachment for details.
Vasil.
Nice! I have two comments:
1) You should use the new more user-friendly notation to pass the host and port parameters, i.e. "localhost:6000", or ":6000", or "localhost" as the server-address parameter.
2) I'm not sure why you need to patch _repl.scm... if you need access to macro-thread-repl-channel-set! you can (include "~~lib/ _gambit#.scm") . Doing this would make it easy to use your code from a pristine gsi.
Marc