Skip to content

Instantly share code, notes, and snippets.

@ijp
Created March 27, 2013 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijp/5259164 to your computer and use it in GitHub Desktop.
Save ijp/5259164 to your computer and use it in GitHub Desktop.
The procedures in this section are provided by
@lisp
(use-modules (system repl server))
@end lisp
When an application is written in Guile, it is often convenient to
allow the user to be able to interact with it by evaluating Scheme
expressions in a REPL.
The procedures of this module allow you to spawn a @dfn{REPL server},
which permits interaction over a local or TCP connection.
Guile uses these procedures internally to implement the
@option{--listen} switch, see @ref{Command-line Options}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment