Re: Cannot recur across try

2010-12-23 Thread Amitava Shee
On Dec 23, 10:41 am, David Nolen wrote: > I would ping the devs of cake and make sure that they are aware of the > issue. > > David Did so already - http://groups.google.com/group/clojure-cake/browse_thread/thread/addf355043dcc2d7 Amitava -- You received this message because you are subscribe

Re: Cannot recur across try

2010-12-23 Thread David Nolen
On Thu, Dec 23, 2010 at 10:33 AM, Amitava Shee wrote: > > > I don't know the details, but the ticket is here: > > > > http://dev.clojure.org/jira/browse/CLJ-31?page=com.atlassian.jira.plu... > > > > Perhaps better if the REPL caught exceptions in the manner that Clojure's > > REPL does: > > > > ht

Re: Cannot recur across try

2010-12-23 Thread Amitava Shee
> I don't know the details, but the ticket is here: > > http://dev.clojure.org/jira/browse/CLJ-31?page=com.atlassian.jira.plu... > > Perhaps better if the REPL caught exceptions in the manner that Clojure's > REPL does: > > https://github.com/clojure/clojure/blob/master/src/clj/clojure/main.c... >

Re: Cannot recur across try

2010-12-22 Thread David Nolen
On Wed, Dec 22, 2010 at 3:43 PM, Amitava Shee wrote: > > Can someone more qualified than I explain why a recur from a try poses > a problem? > > I am copying the relevant parts of the source below > > clojure.tmbundle/Support/repl.clj > == > (defn repl > "runs a re