GNU Info

Info Node: (guile.info)JACAL

(guile.info)JACAL


Prev: SLIB installation Up: SLIB
Enter node , (file) or (file)node

JACAL
=====

Jacal is a symbolic math package written in Scheme by Aubrey Jaffer.  It
is usually installed as an extra package in SLIB (Note: Packages not
shipped with Guile).

You can use Guile's interface to SLIB to invoke Jacal:

     (use-modules (ice-9 slib))
     (slib:load "math")
     (math)

For complete documentation on Jacal, please read the Jacal manual.  If
it has been installed on line, you can look at Note: Jacal.
Otherwise you can find it on the web at
<http://www-swiss.ai.mit.edu/~jaffer/JACAL.html>


automatically generated by info2www version 1.2.2.9