Alex Kost <alez...@gmail.com> skribis: > * gnu/packages/guile.scm (guile-daemon): New variable.
OK! > + (home-page "https://github.com/alezost/guile-daemon") > + (synopsis "Evaluate code in a running Guile process") > + (description > + "Guile-Daemon is a small Guile program that loads your initial > +configuration file, and then reads and evaluates Guile expressions that > +you send to a FIFO file.") This looks a lot like ‘guile --listen’, except without the REPL prompt and stuff, right? Thanks, Ludo’.