[comp.lang.lisp] Is Allegro CL tail-recursive?

mikel@Apple.COM (Mikel Evins) (09/15/90)

Macintosh Allegro Common Lisp performs tail-recursion optimization
if and only if the value of the global variable *nx-tailcalls*
is not nil. By default, the value of that variable is t.
--me