On Tue, 2003-03-04 at 11:43, Alexey wrote:
> Hello!
>
> I have several questions:
>
> 1. Is it possible to make standalone application from maxima code (for
> Windows)? How? Command-line interface can be enough for me.
It should be possible to do so. You would have to load the code,
redefine the startup function, then save the lisp image. I couldn't tell
you exactly how to do so off the top of my head. I would have to build
maxima and look at the commands as they are produced by the build system
to remind myself how maxima builds itself.
Is a standalone application really what you want? Are you sure you don't
just want the ability to process a file in batch mode? Processing a file
in batch mode is currently supported on Unix-like systems, but it is
broken on windows. I'm working on fixing that.
--
James Amundson <amundson@fnal.gov>