Re: Sbcl-help Digest, Vol 211, Issue 2; RE: reader case.
steve gonedes <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/24 09:02, [email protected] wrote: > Send Sbcl-help mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/sbcl-help > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Sbcl-help digest..." > > > Today's Topics: > > 1. Re: Reason behind semicolumns (i.e. "inline comments") in > system output? (Andreas Franke) > 2. Re: Reason behind semicolumns (i.e. "inline comments") in > system output? (Richard M Kreuter) > > > > _______________________________________________ > Sbcl-help mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sbcl-help the use of quotations used to be represented by the reader-case. this is a pain in the ass. case will only slow down the reader. not to mention 2 reader macros for #'e and #'E. LISP is case insensitive on input. period.