Maxima server via socket, was: Calling Maxima $diff from java
Subject: Maxima server via socket, was: Calling Maxima $diff from java
From: Robert Dodier
Date: Thu, 28 Mar 2013 16:57:15 +0000 (UTC)
On 2013-03-26, Michel Talon <talon at lpthe.jussieu.fr> wrote:
> For me your demo below does *not* work. Everything hangs after i have typed
> diff(sin(x), x); and i never get the cos(x)
If communicating w/ Maxima via a socket is of interest to you, take a
look at share/contrib/maxima-server.lisp which implements a
simple-minded Unixish client/server with Maxima as the server. Works
only for SBCL; sorry about that. See the comment header for more info.
best
Robert Dodier