Check your local copy, what's in the repository right now works fine. Vladimir
2010/12/6 Daniel Gackle <[email protected]>: > Here are four problematic expressions. > ;; crashes > (defun foo () > (let ((a (bar))))) > ;; syntax err > (defun foo () > (let* ((a (bar))))) > ;; returns nil > (defun foo () "bar") > ;; doesn't return nil > (defun blah () > (or (foo) (progn (bar) nil))) > _______________________________________________ > parenscript-devel mailing list > [email protected] > http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel > > _______________________________________________ parenscript-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
