[parenscript-devel] Syntax error: PS sometimes tries to treat throw like an expression
Vladimir Sedach
vsedach at gmail.com
Fri Dec 10 04:18:22 UTC 2010
Thanks for spotting that. Just pushed a fix.
Vladimir
2010/12/7 Daniel Gackle <danielgackle at gmail.com>:
> (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;
> };
> _______________________________________________
> 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