From 3b94099c717020be8c29588551f61bc67e610d9d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 3 Jul 2008 20:23:22 +0200 Subject: Implement COND, LET*, and LIST*. --- init.lisp | 1 + 1 file changed, 1 insertion(+) create mode 100644 init.lisp (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp new file mode 100644 index 0000000..57652b6 --- /dev/null +++ b/init.lisp @@ -0,0 +1 @@ +(load "cond.lisp") -- cgit v1.2.3