[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- From: 46775835 <efrias@kant.dcs.cie.uva.es>
- Date: Fri, 8 Mar 1996 09:45:09 +0100
- Apparently-to: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
Is there any way of installing in CLISP a controller for the errors, I mean, if it is possible to construct a controller, do something with the error, and return the control to the program without calling the de debugger.
For example Turbo C, has got int matherr(struct exception *e)
I'm looking for something similar in clisp, and not only to control mathemathical errors but any kind of error.
Is there any manual about FFI?
Thank you.
Enrique Frias Martinez
Undergraduate student Computer Science
Universidad de Valladolid
E-mail: efrias@kant.dcs.cie.uva.es
WWW: http://www.uva.es
- Follow-Ups:
- conditions
- From: Marcus Daniels <marcus@sysc.pdx.edu>