On Sun, May 6, 2012 at 8:57 PM, Pascal Costanza <[email protected]> wrote: > Currently, if you want to comment out a form from CL code, there is no > standard way of doing this. Many people use something like #+nil, or similar > tricks, but this is not 100% reliable. R6RS Scheme introduced #; as a > solution, and this seems to become somewhat popular in CL as well.
How would #; expression differ from #+(or) expression which is 100% reliable and standard? - Willem _______________________________________________ pro mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/pro
