[Openmcl-devel] Empty operands list on DIVISION-BY-ZERO signal

Gabriel Dos Reis gdr at integrable-solutions.net
Mon Jun 20 12:58:24 PDT 2011


Hi,

Clozure CL returns an empty list on the following form

 (handler-case (/ 1 0) (division-by-zero (c) (arithmetic-error-operands c)))

-- Gaby



More information about the Openmcl-devel mailing list