kawa
public class TelnetRepl extends Procedure0
Constructor Summary | |
---|---|
TelnetRepl(Language language, Socket socket) |
Method Summary | |
---|---|
Object | apply0() |
static void | serve(Language language, Socket client) Run a Kawa repl as a telnet server. |
Parameters: client A client that has connected to us, and that wants to use the telnet protocol to talk to a Scheme read-eval-print-loop.