[parenscript-devel] Syntax error: PS sometimes tries to treat throw like an expression
7 Dec
2010
7 Dec
'10
5:45 a.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; };
10 Dec
10 Dec
4:18 a.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
5171
Age (days ago)
5174
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Gackle
-
Vladimir Sedach