It used to be that lein new would not allow you to create projects
with "jure" in the name. I guess that restriction has disappeared,
which is unfortunate since it would have prevented the problem you ran
into...

On Thu, Apr 26, 2012 at 10:57 PM, Sean Neilan <sneil...@gmail.com> wrote:
> Hello Lisperati,
>
> Naming your project "clojure" is a bad idea because doing
> seans-macaroni-book:BigNumberNames seanneilan$ lein  new clojure
> Created new project in:
> /Users/seanneilan/BucketsOfNantucket/BigNumberNames/clojure
> Look over project.clj and start coding in clojure/core.clj
> seans-macaroni-book:BigNumberNames seanneilan$ cd clojure
> will give you problems...
> seans-macaroni-book:clojure seanneilan$ lein repl
> Copying 1 file to
> /Users/seanneilan/BucketsOfNantucket/BigNumberNames/clojure/lib
> Exception in thread "main" java.lang.ExceptionInInitializerError
>      at clojure.main.<clinit>(main.java:20)
> Caused by: java.lang.IllegalStateException: Attempting to call unbound fn:
> #'clojure.core/refer
>      at clojure.lang.Var$Unbound.throwArity(Var.java:43)
>      at clojure.lang.AFn.invoke(AFn.java:39)
>      at clojure.lang.Var.invoke(Var.java:401)
>      at clojure.lang.RT.doInit(RT.java:447)
>      at clojure.lang.RT.<clinit>(RT.java:316)
>      ... 1 more

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