C Y <[EMAIL PROTECTED]> writes: > > Interesting! I wasn't aware of this. Does it depend on any particular > FFI?
No, but it is only runnable actually on cmucl because i use the RUN-PROGRAM function in order to launch an indepedant Octave process with which i can communicate using classical streams. For matrices and vectors, to be efficient, i have used the UNIX-WRITE and UNIX-READ functions with temporary files. I would like to make this code portable but i haven't find a portable way to do these stuff. Fred _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
