From: ··········@yahoo.fr
Subject: New Lisp Interpreter (Updated): WishLisp
Date: 
Message-ID: <f86876ea-77b9-47b8-b3d8-04ed3c99cdb0@a70g2000hsh.googlegroups.com>
Hello

Here is an updated version of a Lisp interpreter prototype (http://
www.wishlisp.com) that I started writing just 5 weeks ago (already
posted under the name QuantumLisp this project was renamed)

Features:
-Unit Tests
-Console and Windowed Shell
-Provided as a DLL for easy integration in .Net applications or
extending the interpreter with custom functions written in C#
-List of Common Lisp implemented functions (most are not fully
implemented)
    bye, exit, quit,
    +, -, *, /,
    quote, ', eval,
    list, car, cdr, cons, push, first, second, third, fourth, fifth,
getf, pop, reverse
    null, not, if, and , or, >, <,
    listp, integerp, functionp, fboundp,
    defun, defvar, defmacro, load, ed, trace, untrace, symbol-
function,
    read, format, sleep

Your feedback is welcome