Re: Steps towards writing a computer algebra system
parisse_at_domain.invalid
Date: 02/02/05
- Next message: Allan Adler: "Re: Steps towards writing a computer algebra system"
- Previous message: daly_at_rio.sci.ccny.cuny.edu: "Re: Steps towards writing a computer algebra system"
- In reply to: daly_at_rio.sci.ccny.cuny.edu: "Re: Steps towards writing a computer algebra system"
- Next in thread: Richard J. Fateman: "Re: Steps towards writing a computer algebra system"
- Reply: Richard J. Fateman: "Re: Steps towards writing a computer algebra system"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 02 Feb 2005 17:50:12 +0100
> Axiom can clearly communicate with other systems either thru the shell
> or thru sockets. Axiom sends information to a separate C program (the
> graphics code) and receives information from a separate C program (the
> document browser) thru sockets. Mathaction interacts thru a shell.
> And the library code is available thru Aldor. This is purely a
> programming
> issue.
>
I would prefer a full connection to a standard programming
language, e.g. a dynamic (or static) library with header files
for calls from C/C++ (or optionnaly any language that can call the
libraries you find on a Unix-like system).
So that we would not have to learn yet another language (an
effort that few will do anyway) and we could work with 100% efficiency
on the exchanged data.
- Next message: Allan Adler: "Re: Steps towards writing a computer algebra system"
- Previous message: daly_at_rio.sci.ccny.cuny.edu: "Re: Steps towards writing a computer algebra system"
- In reply to: daly_at_rio.sci.ccny.cuny.edu: "Re: Steps towards writing a computer algebra system"
- Next in thread: Richard J. Fateman: "Re: Steps towards writing a computer algebra system"
- Reply: Richard J. Fateman: "Re: Steps towards writing a computer algebra system"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|