Re: try catch syntax

2008-11-28 Thread Vijay Lakshminarayanan
emacs settings remove trailing whitespace so there were some extra lines in the diff. I used "svn diff -x -w" to generate the attached diff. Cheers ~vijay > On Nov 28, 1:19 am, "Vijay Lakshminarayanan" <[EMAIL PROTECTED]> > wrote: >> Hi >> >>

Re: try catch syntax

2008-11-28 Thread Vincent Foley
e a change to Clojure's current try-catch syntax. > > Currently the syntax is (copied from clojure.org) > > (try expr* catch-clause* finally-clause?) > catch-clause -> (catch classname name expr*) > finally-clause -> (finally expr*) > > I'd like to propos

try catch syntax

2008-11-28 Thread Vijay Lakshminarayanan
Hi I'd like to propose a change to Clojure's current try-catch syntax. Currently the syntax is (copied from clojure.org) (try expr* catch-clause* finally-clause?) catch-clause -> (catch classname name expr*) finally-clause -> (finally expr*) I'd like to propose a change t