[parenscript-devel] Four PS bugs

Vladimir Sedach vsedach at gmail.com
Mon Dec 6 07:29:07 UTC 2010


Check your local copy, what's in the repository right now works fine.

Vladimir

2010/12/6 Daniel Gackle <danielgackle at gmail.com>:
> 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
> parenscript-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
>




More information about the parenscript-devel mailing list