guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a small example of a REPL server


From: Arun Isaac
Subject: Re: a small example of a REPL server
Date: Wed, 28 Nov 2018 19:50:37 +0530

Catonano <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]