[parenscript-devel] Catch forms shouldn't require a variable
6 Jun
2009
6 Jun
'09
4:54 a.m.
PS throws an error here: (ps (try (a) (:catch nil (b)))) I think it should just gensym an identifier for the catch form. Sometimes you just want to know whether an error occurred, not what it was. This came up because I implemented something like try/catch in CL, for the code that we compile to both CL and PS. If I stuff a variable in the catch form, the CL compiler warns about an unused variable. So I wrote a wrapper to do the above-mentioned gensym thing. Daniel
5723
Age (days ago)
5723
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel Gackle