where is defalias in the new contrib github repositories

2012-02-02 Thread R Daneel
Hi! I'm trying to figure out where to get defalias from in the new contrib repositories: http://dev.clojure.org/display/doc/Clojure+Contrib it says that "some" of the old contrib.def moved to core.incubator, but apparently not defalias. Can anyone tell me where it is now (or better yet: ho

where to find defalias in new github-based contrib repos?

2012-02-02 Thread R Daneel
(Apologies if this is a repost: I thought I'd asked it last night but I couldn't find it this morning!) I'm trying to find defalias in the new github contrib repos: core.incubator apparently absorbed "some" of the old def namespace, but it doesn't contain defalias. Does anyone know where that

Re: Leiningen Local Repositories

2012-02-03 Thread R Daneel
I can't get this to work using lein 1.6.2. I tried using the exact ~/.lein/init.clj in the example, but 'lein new foo' just creates a standard stub project.clj, without the additional elements. Is there anything I'm missing? Thanks! -- You received this message because you are subscribed to

Re: where is defalias in the new contrib github repositories

2012-02-07 Thread R Daneel
Many thanks for the detailed discussion! I'm just going with (defn bar [args] (foo args)) - or the cascalog predicate equivalent - for now; I guess I can live without the metadata :) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this g