On Mon, Oct 4, 2010 at 11:59 PM, Jason Wolfe <jawo...@berkeley.edu> wrote:
> user=> (meta ^:foo [])
> nil

Yup, confirmed, that's what I see in lein repl.

> user> (meta ^:foo [])
> {:tag :foo}

If I put it in a file (meta.clj) and lein run meta.clj I get:

{:foo true}

(which I assume is because I'm on Clojure 1.3.0-master-SNAPSHOT and
metadata has changed slightly?)

> (from lein swank on my system), not this:

I looked at swank-clojure and it said to add this to my lein project.clj:

  :dev-dependencies [[swank-clojure "1.2.1"]]

but when I try lein swank I get exceptions:

Exception in thread "main" java.lang.IllegalArgumentException: Unable
to resolve classname: ARef, compiling:(inspector.clj:184)
        at clojure.lang.Compiler.analyzeSeq(Compiler.java:5950)
        at clojure.lang.Compiler.analyze(Compiler.java:5762)
        at clojure.lang.Compiler.analyzeSeq(Compiler.java:5931)
        at clojure.lang.Compiler.analyze(Compiler.java:5762)
        at clojure.lang.Compiler.analyze(Compiler.java:5723)
        at clojure.lang.Compiler$HostExpr$Parser.parse(Compiler.java:847)

So I guess I'm missing something?

(I'm on lein 1.4.0-SNAPSHOT as well as Clojure 1.3.0-master-SNAPSHOT /
contrib 1.3.0-SNAPSHOT so I guess it could just be compatibility?)
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

-- 
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 posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to