Catonano <caton...@gmail.com> writes: > Could anyone write a small example of a REPL server for me ?
Is the following what you are looking for? (use-modules (system repl server)) (run-server (make-tcp-server-socket)) The above code runs a REPL listening on the default port 37146 of localhost.