[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: e and pi
From: |
Helmut Eller |
Subject: |
Re: e and pi |
Date: |
Fri, 17 Sep 2010 17:56:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
* Lars Magne Ingebrigtsen [2010-09-17 15:22] writes:
> Having
> defconst not introduce special variables would be non-ideal (in my
> opinion), since defconst does do that in Common Lisp.
In CL it's called DEFCONSTANT and constants are not special. Using a
constant in SETQ, LET, or LAMBDA is not allowed (it's an error in most
implementations, just like setq on t is an error in Elisp). Even
evaluating DEFCONSTANT twice is only specified if the old and new value
are sufficiently similar (some implementations ask before redefining a
constant with a non-eql value).
Helmut
- Re: e and pi, (continued)
- Re: e and pi, Deniz Dogan, 2010/09/16
- Re: e and pi, Wojciech Meyer, 2010/09/16
- Re: e and pi, David Kastrup, 2010/09/17
- Re: e and pi, Simon Leinen, 2010/09/17
- Re: e and pi, Helmut Eller, 2010/09/17
- Re: e and pi, Stefan Monnier, 2010/09/17
- Re: e and pi, Lars Magne Ingebrigtsen, 2010/09/17
- Re: e and pi,
Helmut Eller <=
- Re: e and pi, Stefan Monnier, 2010/09/17
- Re: e and pi, Wojciech Meyer, 2010/09/17
- Re: e and pi, Chong Yidong, 2010/09/17
- Re: e and pi, Wojciech Meyer, 2010/09/17
- Re: e and pi, Helmut Eller, 2010/09/17
- Re: e and pi, Glenn Morris, 2010/09/17
- Re: e and pi, Glenn Morris, 2010/09/17
- Re: e and pi, Eli Zaretskii, 2010/09/18
- Re: e and pi, Helmut Eller, 2010/09/18
- Re: e and pi, Eli Zaretskii, 2010/09/18