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

Map



A user just pointed out that Common Lisp ought to discuss use of RETURN's,
GO's, and CATCH/THROW within MAP's. For the <your favorite adjective> soul
who comes to Common Lisp without benefit of Lisp Machine Lisp, there is
the bitter memory of the 1974 MacLisp manual recommending ``breaking out
of'' MAP's with RETURN's.

Aside from deciding whether one needs PROG's around the MAP, the typical
user is baffled because the behavior of MacLisp varies with interpreted
versus compiled code, and, within compiled code, it varies with the
presense versus the absence of the declaration (MAPEX T). I won't comment
on the bugs in the compiler with respect to this issue, but the upshot
from the user was that after the performance of MacLisp, the Common Lisp
manual ought to say something about this.

			-rpg-