Indeed. Similar functionality will be implemented in cake very soon.
On Sep 27, 8:54 pm, Scott Jaderholm wrote:
> Daniel,
>
> If you install lein-search
> (http://clojars.org/lein-searchorhttp://github.com/Licenser/lein-search) you
> can do searches like that.
>
> lein search mail
>
> If you pu
Daniel,
If you install lein-search (http://clojars.org/lein-search or
http://github.com/Licenser/lein-search) you can do searches like that.
lein search mail
If you put it in ~/.lein/plugins it will work for all your lein projects and
you can even use it to add what you find to your project.clj
Tim Daly writes:
> There is a movement afoot in the common lisp community to implement
> quicklisp which is similar to the perl cpan site or debian. It would be
> useful if there was a quicklisp (or asdf) for Clojure. Thus you could
> "apt-get" a library for clojure.
FWIW, having just started ou
I believe
http://clojars.org
is intended to fill the purpose you describe, except using Leiningen
or Maven instead of apt-get. I do not know yet how good its inter-
library dependency info is, but there is some there.
Andy
On Sep 27, 2010, at 9:12 AM, Tim Daly wrote:
There is a movement
very good!
On Mon, Sep 27, 2010 at 1:12 PM, Tim Daly wrote:
> There is a movement afoot in the common lisp community to
> implement quicklisp which is similar to the perl cpan site
> or debian. It would be useful if there was a quicklisp (or
> asdf) for Clojure. Thus you could "apt-get" a libra
There is a movement afoot in the common lisp community to
implement quicklisp which is similar to the perl cpan site
or debian. It would be useful if there was a quicklisp (or
asdf) for Clojure. Thus you could "apt-get" a library for
clojure.
Tim Daly
On 9/27/2010 1:47 AM, David Sletten wrote:
Nice!
--
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
Ladies and Gentlemen,
I present for your viewing pleasure the Clojure Cookbook (beta :) ):
http://www.gettingclojure.com/cookbook:clojure-cookbook
Gregg Williams has set up a framework at Getting Clojure to gather material,
primarily focused on newbies, on how to flatten the learning curve.
Th