Re: [ANN] CloCoP - constraint programming for Clojure

2013-09-13 Thread Alex Engelberg
To Daniel's comment: that's a great idea (I'm sorta new to this whole releasing-a-library thing so I didn't think of that), and I'll definitely make a branch for that if I think of a big idea that I want to implement that involves breaking changes. But I figure that if someone other than me thi

Re: [ANN] CloCoP - constraint programming for Clojure

2013-09-13 Thread Dmitry Groshev
Great stuff! I'm wondering what's the "realworld" difference between JaCoP and CHOCO. Why did you choose the former? On Tuesday, September 10, 2013 5:39:46 AM UTC+4, Alex Engelberg wrote: > > http://github.com/aengelberg/clocop > > CloCoP is a Clojure wrapper of the Java library JaCoP. The acron

Re: [ANN] CloCoP - constraint programming for Clojure

2013-09-12 Thread Daniel Jomphe
So then you'd also need a 0.3.0 branch to allow people to pull-request new features and/or breaking changes, since those things are not semantically ok to do in a patch release (the 1 in 0.2.1). Of course there are many other ways to look at this workflow thing around pull requests, versioning

Re: [ANN] CloCoP - constraint programming for Clojure

2013-09-12 Thread Alex Engelberg
It's under the Eclipse Public License (as stated in project.clj), with pull requests welcome. I just added the license info to the Readme as well. Sorry about the confusion. I've also created a 0.2.1 branch (without any changes yet) for people to pull-request new features into. (Though if you'r

Re: [ANN] CloCoP - constraint programming for Clojure

2013-09-11 Thread sesm
Great stuff! Unfortunately, README doesn't say anything about license and contributing, so I've sent a pull request to check it :) If you accept contributing tests/examples, I would send a lot more. вторник, 10 сентября 2013 г., 5:39:46 UTC+4 пользователь Alex Engelberg написал: > > http://gith

Re: [ANN] CloCoP - constraint programming for Clojure

2013-09-09 Thread David Nolen
Nice work! :) On Mon, Sep 9, 2013 at 9:39 PM, Alex Engelberg < alex.benjamin.engelb...@gmail.com> wrote: > http://github.com/aengelberg/clocop > > CloCoP is a Clojure wrapper of the Java library JaCoP. The acronyms stand > for "Clojure/Java Constraint Programming". This invites comparison to the

[ANN] CloCoP - constraint programming for Clojure

2013-09-09 Thread Alex Engelberg
http://github.com/aengelberg/clocop CloCoP is a Clojure wrapper of the Java library JaCoP. The acronyms stand for "Clojure/Java Constraint Programming". This invites comparison to the core.logic library, and you may wonder why we need both. There are a few ways in which, in my opinion, the JaCo