Slisp 2.2 review

Download
by rbytes.net on

Slisp project is written in C, and I recently added a header file lisp.h that contains an array of common-used lisp functions, so if

License: BSD License
File size: 0K
Developer: Sandro Sigala
0 stars award from rbytes.net

Slisp project is written in C, and I recently added a header file lisp.h that contains an array of common-used lisp functions, so if you want to extend SLISP programming in Lisp you are allowed too.

What's New in This Release:
Added Bignums support (GMP)
Added a lot of functions
Added let, and backquote. Is possibly to define some simple macro by defmacro
Now function evaluation is ``lazy`` or correctly speaking, if an argument is really don`t needed, then is not evalled
Added an user abort menu to stop some operations
Now numeric operations (Using GMP) returns what it has to:
>> (+ 2 3)
=> 5
... (you have to find the rest)

Slisp 2.2 search tags