guile-user
[Top][All Lists]
Advanced

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

Re: Plotting in Guile


From: Thien-Thi Nguyen
Subject: Re: Plotting in Guile
Date: Thu, 29 Jul 2010 17:14:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

() Joel James Adamson <address@hidden>
() Thu, 29 Jul 2010 10:59:33 -0400

   A small C program could act as a daemon that feeds instructions to
   GNUPLOT through a pipe, but the daemon could be accessed through a
   socket.

This sounds like a good idea to me.  There is no need for C, however
(presuming high performance is not a requirement); Guile has all the
facilities for writing (proxy or otherwise) daemons.  For example, sizzweb:

http://www.gnuvola.org/software/ttn-do/ttn-do.html.gz#sizzweb

can listen on a TCP port or a Unix-domain socket (but not both, by design,
i.e., not a limitation of Guile).



reply via email to

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