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 bec

Re: Cannot recur across try

2010-12-23 Thread Amitava Shee
blob/master/src/clj/clojure/main.c... > > David Is there a best practice or workaround to refactor existing code that has recur inside try? I just ran into the same issue while running cake against clojure 1.3 ashee:~ amitava$ cake [deps] Fetching dependencies... [deps] Copying 61

Cannot recur across try

2010-12-22 Thread Amitava Shee
597) at jline.ConsoleRunner.main(ConsoleRunner.java:69) Caused by: java.lang.UnsupportedOperationException: Cannot recur across try, compiling:(/Users/amitava/Library/Application Support/ TextMate/Bundles/clojure.tmbundle/Vendor/../Support/repl.clj:41) Looks like this is related to th

apply an higher order function on an arbitrary nested data structure

2010-10-28 Thread Amitava Shee
brief discussion with Christophe Grande at the Conj and he mentioned I post it to the group. Thanks, Amitava Shee -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that post

Re: clojure.zip - throws exception

2010-02-25 Thread Amitava Shee
Thank you - this really helped. To Sean's question - I am using 1.1.0 Just to solidify my understanding, can this be done in the default namespace (of "user")? -Amitava On Feb 25, 9:50 am, Meikel Brandmeyer wrote: > Hi, > > On Feb 24, 8:59 pm, Amitava Shee wrote

clojure.zip - throws exception

2010-02-25 Thread Amitava Shee
I am getting the following exception while trying to use clojure.zip user=> (use '[clojure.zip :as zip]) java.lang.IllegalStateException: next already refers to: #'clojure.core/next in namespace: user (NO_SOURCE_FILE:0) What I am I missing? -- You received this message because you are subscribe

lein - how to add Class-Path entries to uberjar MANIFEST.MF

2010-02-04 Thread Amitava
Much like :main option in defproject, I would like to add Class-Path entries to MANIFEST.MF Here's my unsuccessful attempt (defproject ashee/lein-test "1.0.0-SNAPSHOT" :description "FIXME: write" :dependencies [ [org.clojure/clojure "1.1.0"] [org.

clj-html - how to generate DOCTYPE

2009-10-16 Thread Amitava
Hello all, Does anyone know how to generate the html doctype using clj-html? I am trying out the conjure web framework. Thanks & Regards, Amitava Shee --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cloju