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