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