Re: pi seems not to be a constant
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <4779FE7B0FF61A4998104E492AD7D6BC0111E04FFC7D@HE110882.EMEA1.CDS.T-INTERNAL.COM> |
Don, >#-clisp (defun pi() pi) There's a weakness in your proposal, I believe, because IIRC conforming implementations are not allowed to add other definitions to symbols known from the CL package. IOW, a bound (symbol-function 'CL:PI) is not conforming. You'd have to use anoyther symbol, e.g. EXT:PI. I'm surprised that I saw nobody raise that argument. Maybe I'm wrong. Regards, Jörg Höhle ------------------------------------------------------------------------------ _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list