help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Exception Handling in LISP.


From: Bruce Park
Subject: Re: Exception Handling in LISP.
Date: Fri, 25 Apr 2003 11:15:10 -0400

From: Gurucharan <gurucharan.murudeshwar@wipro.com>
To: "'help-gnu-emacs@gnu.org'" <help-gnu-emacs@gnu.org>
Subject: Exception Handling in LISP.
Date: Fri, 25 Apr 2003 17:57:37 +0530

Hi All,
        Can we catch any unknown exception in Lisp like C++ ?

That is, like the C++ ... (Epsilon code).
can we catch any exception irrespective of which
exception was thrown ?

Example:
try {
     // Something ....
}
catch (...) {    // Do something after Exception has occurred ...
                }

Any material/links on Exception Handling in LISP
is welcome.
Last time I checked, exception handling is NOT a part of LISP. Remember, LISP falls into logic programming.

Thanks.

Kind Regards,
            gurucharan


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]