Giter VIP home page Giter VIP logo

jacal's Introduction

This directory contains the distribution of jacal-1b9.  Jacal is a
symbolic mathematics system written in the programming language Scheme.

	     http://swiss.csail.mit.edu/~jaffer/JACAL.html

File: jacal.info,  Node: Installation,  Next: Running Jacal,  Prev: Authors and Bibliography,  Up: Overview

1.2 Installation
================

The JACAL program is written in the Algorithmic Language "Scheme".  So
you must obtain and install a Scheme implementation in order to run it.
The installation procedures given here use the SCM Scheme
implementation.  If your system has a Scheme (or Guile) implementation
installed, then the `scm' steps are unnecessary.

  JACAL also requires the SLIB Portable Scheme library which is
available from `http://swiss.csail.mit.edu/~jaffer/SLIB'.

 -- System: i386 GNU/Linux with Redhat Package Manager (rpm)
          wget http://swiss.csail.mit.edu/ftpdir/scm/scm-5e5-1.i386.rpm
          wget http://swiss.csail.mit.edu/ftpdir/scm/slib-3b1-1.noarch.rpm
          wget http://swiss.csail.mit.edu/ftpdir/scm/jacal-1b9-1.noarch.rpm
          rpm -U scm-5e5-1.i386.rpm slib-3b1-1.noarch.rpm jacal-1b9-1.noarch.rpm
          rm scm-5e5-1.i386.rpm slib-3b1-1.noarch.rpm jacal-1b9-1.noarch.rpm

     The command `jacal' will start an interactive session.

 -- System: Unix
 -- System: GNU/Linux
          wget http://swiss.csail.mit.edu/ftpdir/scm/scm-5e5.zip
          wget http://swiss.csail.mit.edu/ftpdir/scm/slib-3b1.zip
          wget http://swiss.csail.mit.edu/ftpdir/scm/jacal-1b9.zip
          unzip -ao scm-5e5.zip
          unzip -ao slib-3b1.zip
          unzip -ao jacal-1b9.zip
          (cd slib; make install)
          (cd scm; make scm; make install)
          (cd jacal; make install)
          rm scm-5e5.zip slib-3b1.zip jacal-1b9.zip

     The command `jacal' will start an interactive session using ELK,
     Gambit, Guile, Larceny, MIT-Scheme, MzScheme, Scheme48, SCM, or
     SISC.  Type `jacal --help' for instructions.

 -- System: Apple
     `http://www.io.com/~cobblers/scm/' has downloads and utilities for
     installing SCM and SLIB on Macintosh computers.

 -- System: x86 Microsoft
     Download and run
     `http://swiss.csail.mit.edu/ftpdir/scm/SLIB-3b1-1.exe',
     `http://swiss.csail.mit.edu/ftpdir/scm/SCM-5e5-1.exe', and
     `http://swiss.csail.mit.edu/ftpdir/scm/JACAL-1b9-1.exe'.

Compiling Jacal
---------------

For Scheme implementations with compilers, it is worthwhile to compile
SLIB files, and the JACAL files `types.scm' and `poly.scm'.

jacal's People

Contributors

barak avatar lamby avatar

Watchers

John Zhang avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.