[net.lang.lisp] COMMON LISP like LISP in FORTRAN

umemura@nttlab.ntt.junet (Kyoji UMEMURA) (10/20/85)

Unix version of UMELISP has been developed.

It is written in FORTRAN. Therefore it is easy to link FORTRAN subroutines.
It runs 1.3 times faster than Franzlisp in interpreter.
It is COMMON LISP like LISP.
  It supports function closure in the same manner as COMMON LISP.
  It supports the same binding mechanism as COMMON LISP.
     (static scope, lambda key words)
  It supports the sequeses in the same manner as COMMON LISP.
  Ir supports the control structure in the same manner as COMMON LISP.
It does not support complex number type.
It does not support big number type.
It does not support binary file. Only text file is available now.
It does not have a compiler yet.

We cannot distribute the program at present. But we want to do.
If you are interest in it, please send us letters.
Your letters will help us to distribute our program.