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

6 Dec
2010
6 Dec
'10
11:45 p.m.
(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; };

9 Dec
9 Dec
10:18 p.m.
New subject: [parenscript-devel] Syntax error: PS sometimes tries to treat throw like an expression
Thanks for spotting that. Just pushed a fix. Vladimir 2010/12/7 Daniel Gackle <danielgackle@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@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
5421
Age (days ago)
5424
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Gackle
-
Vladimir Sedach