Re: Is this supposed to be kosher/halal/conformant?

2013-04-13 Thread Stas Boukarev
Antoniotti Marco antoniotti.ma...@disco.unimib.it writes: (defmacro foo (n optional ((s key d f) '(4 :f 33))) `(list ,f ,n ,s ,d)) it appears to work on SBCL, CCL and LW (just changed a few things and do not have an Allegro running) It is nice, but I believe that the CLHS says

Re: Is this supposed to be kosher/halal/conformant?

2013-04-13 Thread Stas Boukarev
Antoniotti Marco antoniotti.ma...@disco.unimib.it writes: On Apr 13, 2013, at 20:02 , Stas Boukarev stass...@gmail.com wrote: Antoniotti Marco antoniotti.ma...@disco.unimib.it writes: (defmacro foo (n optional ((s key d f) '(4 :f 33))) `(list ,f ,n ,s ,d)) it appears to work

Re: Is this supposed to be kosher/halal/conformant?

2013-04-13 Thread Matthew Mondor
On Sat, 13 Apr 2013 23:34:51 +0400 Stas Boukarev stass...@gmail.com wrote: And yet, what? Nothing stated there contradicts the previous section. It would appear to me that questions, which could be resolved by careful reading of the spec, are out of scope of this mailing list, but what do I