Odd. I just assumed that the arguments were being joined by spaces, then clojure.core/read, rather than parsed as individual arguments.
Not all of us use Bash... square brackets are used for special patterns in Zsh. Without quotes, the arguments are being interpreted in this way: lein try '[clj-time' '"0.5.1"]' That seems to work, but it a bit awkward to use. On Sat, Jul 13, 2013 at 12:44 PM, Steven Degutis <sbdegu...@gmail.com>wrote: > It looks like you're not supposed to quote the arguments you pass it. > > > On Sat, Jul 13, 2013 at 11:27 AM, Brandon Bloom <brandon.d.bl...@gmail.com > > wrote: > >> This is awesome! I've totally wanted this. >> >> Unfortunately, I can't get it to work... >> >> ~ $ lein try '[clj-time "0.5.1"]' >> nREPL server started on port 61689 >> REPL-y 0.1.10 >> Clojure 1.5.1 >> Exit: Control+D or (exit) or (quit) >> Commands: (user/help) >> Docs: (doc function-name-here) >> (find-doc "part-of-name-here") >> Source: (source function-name-here) >> (user/sourcery function-name-here) >> Javadoc: (javadoc java-object-or-class-here) >> Examples from clojuredocs.org: [clojuredocs or cdoc] >> (user/clojuredocs name-here) >> (user/clojuredocs "ns-here" "name-here") >> user=> (use 'clj-time.core) >> FileNotFoundException Could not locate clj_time/core__init.class or >> clj_time/core.clj on classpath: clojure.lang.RT.load (RT.java:443) >> >> What gives? >> >> -- >> -- >> 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 >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > -- > 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 > --- > You received this message because you are subscribed to a topic in the > Google Groups "Clojure" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojure/YZDYufCtKRA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.