Re: case sensitivity of provide, require and module-provide-asdf

"Pascal J. Bourguignon" <[email protected]>
Newsgroups gmane.lisp.clisp.devel
Organization Informatimago
Message-ID <[email protected]>
Raymond Toy <[email protected]> writes:

>>>>>> "Sam" == Sam Steingold <[email protected]> writes:
>
>     >> * Daniel Jour <[email protected]> [2016-05-15 21:40:41 +0200]:
>     >> 
>     >> Given the ignorance of case prevalent in Common Lisp,
>
>     Sam> the only places where this happens are:
>     Sam> 1. reader is case-converting by default
>
> I think you meant upcasing. 'ABC and 'abc are both the same symbol
> whose name is "ABC".

Wrong:

cl-user> (EQ 'ABC 'abc)
NIL
cl-user> (MAPCAR 'SYMBOL-NAME '(ABC Abc abc))
("ABC" "Abc" "abc")


-- 
__Pascal Bourguignon__                 http://www.informatimago.com/
“The factory of the future will have only two employees, a man and a
dog. The man will be there to feed the dog. The dog will be there to
keep the man from touching the equipment.” -- Carl Bass CEO Autodesk


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.