[parenscript-devel] Syntax error: PS sometimes tries to treat throw like an expression

Daniel Gackle danielgackle at gmail.com
Tue Dec 7 05:45:42 UTC 2010


(defun blah ()
  (let ((result (foo)))
    (unless (null result)
      (throw result))))

generates the syntactically incorrect:

function blah() {
    var result = foo();
    return result != null ? (throw result) : null;
};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20101206/566aa236/attachment.html>


More information about the parenscript-devel mailing list