Prime-Lisp 2.1

Copyright © 2008 Mikhail Semenov

Prime-Lisp is an ISLisp implementation in C# (Microsoft .NET). It includes several extensions to the standard: multithreading, graphics and a foreign-function interface. The implementation provides an integrated environment, consisting of a interpreter, an editor and a console.

ISLisp is a programming language of the LISP family standardized by the ISO. It provides a multiple-dispatch OO mechanism and contains common features of major modern Lisp dialects: Common Lisp, EuLisp, Le Lisp.

The main objectives of the Prime-Lisp implementation were:
(1) to provide a small, easy to use Lisp implementation, including object-oriented features;
(2) to make it easy to interface with .NET;
(3) to include addition structures for data processing (crystals, etc.);
(4) to provide various numerical routines (vector and matrix processing, solving linear equations, displaying function graphs, etc.)

Licence Agreement

This program is free software. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Installation

Download Prime-Lisp 2.1


(1) Download the file;
(2) The prime-lisp.zip file should be unzipped into the directory My Documents;
(3) Run setup.exe inside the prime-lisp directory;
(4) If you do not have Microsoft Visual C++ installed, you may need to install C++ Runtime Libraries

Please, send your suggestions to the following address:

Created: 13 July 2008. Last updated: 23 August 2008.