README ------ The Maxima SCSCP service lets you interact with Maxima using SCSCP. To connect to this services, use an SCSCP capable client. When running this service, five handlers are added: - eval: OpenMath input and OpenMath output - eval_native_openmath: OMSTR input and OpenMath output - eval_native_native: OMSTR input en OMSTR output - eval_openmath_native: OpenMath input and OMSTR output - eval_openmath_openmath: OpenMath input and OpenMath output The OMSTR input/output is a native Maxima command wrapped in an OpenMath OMSTR tag. NOTE: THIS SOFTWARE IS PROVIDED AS IS! References ---------- 1. SCIEnce http://www.symcomp.org/The_SCIEnce_Project 2. SCSCP http://www.symcomp.org/SCSCP 3. SCSCP Java Middleware http://java.symcomp.org 4. Maxima service svn://mathdox.org/svn/repos/public/maxima 5. Maxima http://maxima.sourceforge.net Pre-requisites -------------- This software has been last tested using Maxima 5.24.0 and should work with any recent version of Maxima. Older versions (5.17.* or older) might experience problems due to a different internal format. Please install a recent version of Maxima and adjust the command in config/var/service/maxima/etc/service.properties if necessary. History of the service ---------------------- 2004-2005 First version of the Maxima Phrasebook and Service 2008 Extended Maxima Service, now generating OpenMath in Maxima 2011 SCSCP interface: new service classes were created using the SCSCP middleware using existing libraries for translating OpenMath into native code. Copyright 2004-2012, TU Eindhoven This software is distributed under the LGPL (see doc/lesser.txt)