On Wed, Aug 31, 2011 at 12:27 AM, Tassilo Horn <[email protected]> wrote: > So the sub-REPL prints its prompt and instantly terminates returning > nil. This is really annoying, because it makes the use of the really > useful `break' macro shown in The Joy of Clojure's last chapter > impossible.
I'm not sure why it's breaking here, but probably could just use swank.core/break instead. I believe the Joy of Clojure implementation is based on that anyway. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
