Re: ANN: core.logic 0.6.5 release

2011-11-02 Thread David Nolen
They are still there just renamed so as not to conflict with clojure.core: -reify, -inc On Wednesday, November 2, 2011, Ambrose Bonnaire-Sergeant < abonnaireserge...@gmail.com> wrote: > What happened to reify and inc? > > Ambrose > > On Wed, Nov 2, 2011 at 12:10 PM, David Nolen wrote: >> >> Just

Re: ANN: core.logic 0.6.5 release

2011-11-01 Thread Ambrose Bonnaire-Sergeant
What happened to reify and inc? Ambrose On Wed, Nov 2, 2011 at 12:10 PM, David Nolen wrote: > Just cut a new release that hopefully makes playing with core.logic a lot > less tedious. > > From 0.6.4 to 0.6.5 > > > Enhancements > --- > * Consolidate all the useful name spaces into clojure.c

ANN: core.logic 0.6.5 release

2011-11-01 Thread David Nolen
Just cut a new release that hopefully makes playing with core.logic a lot less tedious. >From 0.6.4 to 0.6.5 Enhancements --- * Consolidate all the useful name spaces into clojure.core.logic * We now only overload ==, no more need to exclude reify or inc You can use core.logic in your own p