[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a suggestion:



Manifest constants:
It would be nice to have :
 1) a standard macro for defining numeric constants.
 2) a # readermacro to avoid parens when referencing them.

(constant foo 1212.)

(setq bar #Nfoo)

is the idea/