RE: Try? There is no try. -- Yoda's Exception handling syntax

2000-08-16 Thread bbehrens
om: Graham Barr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 16, 2000 3:23 AM To: David L. Nicol Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: "Try? There is no try." -- Yoda's Exception handling syntax On Tue, Aug 15, 2000 at 08:11:55PM +, David L.

RE: Try? There is no try. -- Yoda's Exception handling syntax

2000-08-16 Thread Brust, Corwin
-Original Message- From: Barrie Slaymaker [mailto:[EMAIL PROTECTED]] [EMAIL PROTECTED] wrote: It basically allows the programmer to "try" a certain action and see what the effects are going to be (i.e. handle the exception) so that some action can then be taken based on the results

Re: Try? There is no try. -- Yoda's Exception handling syntax

2000-08-16 Thread Barrie Slaymaker
[EMAIL PROTECTED] wrote: It basically allows the programmer to "try" a certain action and see what the effects are going to be (i.e. handle the exception) so that some action can then be taken based on the results of the exception. Seems like any BLOCK could be an implicit eval {...} or try