A remote read-eval-print loop for OpenMCL
(exit) function
Kill the current remote repl process
(mcl-repl socket) function
Make an OpenMCL repl connected to socket
(server &key port local-only handler) function
Enters a server loop on port that offers a remote read-eval-print-loop.
(simple-repl socket) function
Make a simple repl connected to socket
(spawn-server &key port local-only handler) function
Spawns a server process on port that offers a remote read-eval-print-loop.