> I just tried out curly-infix.cl and noticed that SBCL complains > about the unused CHAR variable in the function > CURLY-BRACE-INFIX-READER. Looking at the file, I see there is a > mal-formed declaration that is commented out. I am wondering why > this is done and if that commented out line ought to be replaced > with (declare (ignore char))?
You're right, that's what it should be. Thanks for the note!! I'll update the file on Sourceforge. > Also, I suggest renaming the file to .lisp rather than .cl, this > seems to be the common practice now for Common Lisp files and the > widely used tool ASDF seems to expect .lisp files. I certainly *could* do that. It's always seemed weird to me, though; Scheme, Clojure, and ACL2 are also Lisps, and ".lisp" could be just as easily used for them. Making the file compatible with ASDF is a really compelling argument; if that's necessary for ASDF, then that's enough of a reason all by itself. Does anyone want to package it up for ASDF? --- David A. Wheeler ------------------------------------------------------------------------------ Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers are replacing JEE containers with lightweight application servers - and what you can gain from the move. http://p.sf.net/sfu/vmware-sfemails _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss