[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEFCONST
- To: ALAN at MIT-MC, GSB at MIT-MC, CWH at MIT-MC
- Subject: DEFCONST
- From: Jon L White <JONL at MIT-MC>
- Date: Sat, 25 Jul 81 12:20:00 GMT
- Cc: INFO-MACLISP at MIT-MC, BUG-LISP at MIT-MC
- Original-date: 25 July 1981 08:20-EDT
Date: 18 July 1981 02:37-EDT
From: alan,gsb,cwh at MIT-MC
Subject: defconst
How about putting a defconst macro somwhere? It is quite distinct
from defvar, and quite usefull. (It's used all over the place on the
LispMachine)
I put DEFCONST into MLMAC file, but as yet there is no autoload
property for it. It's just the DEFVAR facility using SETQ instead
of SETQ-IF-UNBOUND.