Re: [Mathlib-develop] Doubt of a new member
Status: Beta
Brought to you by:
st_mueller
|
From: Johannes S. <Joh...@gm...> - 2009-12-07 12:28:27
|
Hi, On Mon, 7 Dec 2009, Alejandro Torras wrote: > JMathLib supports both .class based functions and GNU Octave's .M files. The problem is that either all of those have to be unpacked, or they have to be listed in the file "webFunctionsList.dat" in the .jar, which must be generated using the function "createfunctionslist". In our (unfortunately failed) GSoC project for Fiji (the student was just not able to properly analyze the source code, let alone the challenges of the project), we wanted to provide a way which reads the .jar file directly, avoiding the need for a file webFunctionsList.dat. That would have allowed us to make an embedded interpreter with new functions provided by us. > IIRC JMathLib supports a command-line interpreter, but I'm afraid I > don't remember the exact location. It is in the class jmathlib.ui.text.TextUI. Ciao, Dscho |