[parenscript-devel] Four PS bugs
Daniel Gackle
danielgackle at gmail.com
Mon Dec 6 07:10:23 UTC 2010
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)))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20101206/400f2f57/attachment.html>
More information about the parenscript-devel
mailing list