From 16183c31907ea7cac323f13f90482f3c27b5e7a0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 18 Aug 2008 01:00:41 +0200 Subject: init.lisp: Test simple top-level forms and load util.lisp. --- init.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.lisp b/init.lisp index 8114103..bf53455 100644 --- a/init.lisp +++ b/init.lisp @@ -18,6 +18,10 @@ (in-package #:common-lisp) +100 + +(ns-log 100) + (%fset 'test (compile '(sys::%lambda args))) (ns-log (test 'a 'b 'c)) (%fset 'test2 (compile '(sys::%lambda args args))) @@ -52,7 +56,7 @@ (ns-log x))))) (test11) -;; (load "util.lisp") +(load "util.lisp") ;; (load "defun-0.lisp") ;; (load "list-functions.lisp") ;; (load "destructuring-bind.lisp") -- cgit v1.2.3