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
>>
>>
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
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