bol use fill-buffer (wizard)
defcform gone: xvxvi
defcvar gone: xvxvi
prog use block+let+tagbody
prog* use block+let*+tagbody
untilexit use (catch ... (while t ...))
with-program-unit-read-environment use (withf ((stream-package ...))
with-tracing gone: too bad.
defabbrev gone: no more abbrev
defextern converter syntax changed along with types
deflanguage changed: no more super-language
defmake use defconstructor
defprinter changed: no more print-for-read, use prin and printf
defproject use workspace
defprop use has-table with arity 2
defsharp gone: no more sharp macro
defstruct use defstructure
deftclass gone: use defclass/defstructure
destructuring-let* use destructuring-let
dmc gone: no more macro character
dms gone: no more sharp macro (or maybe wizzard)
do use for
do* use for
with use withf
ifn use (if (not e1) e2 e3)
loop use for and collecting
multiple use mref or mlen
prog2 use (progn e1 (prog1 e2...en))
protect use unwind-protect or withf
for changed: use (for ((i from: a to: z)) ...)
dolist use for
dojoin use collecting, for and collect-nappend
docollect use collecting, for and collect
dolist-when use for
dojoin-when use collecting, for and collect-nappend
docollect-when use collecting, for and collect
