[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: programmatic interface?
From: |
John W. Eaton |
Subject: |
Re: programmatic interface? |
Date: |
Sat, 6 Mar 1999 01:38:27 -0600 (CST) |
On 12-Feb-1999, address@hidden <address@hidden> wrote:
| >>>>> "A" == A Scottedward Hodel <address@hidden> writes:
|
| >> I'd like to call octave routines from my c++ code. Is this possible?
| >>
| A> Do you mean to call the octave libraries or to call octave m-files?
| A> I think there was some discussion of this on the help-list;
| A> check the archives at http://www.che.wisc.edu/octave.
|
| Actually I'd like to use either IPC to talk to octave,
That would probably be a useful feature to have. Would someone like
to contribute a set of functions for dealing with sockets (bind,
accept, listen, gethostbyname, etc.)?
| or embed octave (like embedding python or tcl).
That would also be a nice feature. I've not tried embedding the
interpreter in any other programs, but maybe it would not be that
hard. Already, Octave is mostly implemented in a set of libraries.
The only code that is not in a library is in the file octave.cc.
jwe
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: programmatic interface?,
John W. Eaton <=