As a slight caveat, I'm not sure that the defalias, defhinted, or name-
with-attributes members in def are central enough and/or used enough
to warrant promotion. It seems reasonable that they'd be "left
behind" in c.c.def, with the other forms promoted -- either into
core.clj or into a clojure.def namespace.
Thoughts?
- Chas
I myself am rather fond of defvar. I'm for it.
—
Daniel Lyons
On 14/08/2009 19:53, Jarkko Oranen wrote:
>
> I'm not sure whether defonce is useful enough that it should be moved
> to core, so I'll abstain.
>
>
I use defonce and defonce- quite a lot.
I'm all for inclusion of c.c.def in core.
Sacha