Re: [ANN] Odin 0.2.0 - Query DSL for Clojure

2017-02-25 Thread Didier
Interesting, thanks. FYI: I do not see that question in the QA of the readme. I see Datalog and core.logic comparison, but not specter. On Friday, 24 February 2017 17:11:16 UTC-8, tbc++ wrote: > > It's in the QA in the readme, but specter only queries a single path > through the data. Odin

Re: [ANN] Odin 0.2.0 - Query DSL for Clojure

2017-02-24 Thread Timothy Baldridge
It's in the QA in the readme, but specter only queries a single path through the data. Odin supports relations, joins, recursive rules, tabling, etc. Currently Specter will probably perform a bit better, but I hope to close that gap in the future. Timothy On Fri, Feb 24, 2017 at 5:10 PM Didier

Re: [ANN] Odin 0.2.0 - Query DSL for Clojure

2017-02-24 Thread Didier
How does this compare to Specter? On Thursday, 23 February 2017 13:34:16 UTC-8, Alan Thompson wrote: > > Just came across this - it looks very cool! > Alan > > On Sat, Dec 10, 2016 at 7:14 AM, Timothy Baldridge > wrote: > >> I just released the first official version of

Re: [ANN] Odin 0.2.0 - Query DSL for Clojure

2017-02-23 Thread Alan Thompson
Just came across this - it looks very cool! Alan On Sat, Dec 10, 2016 at 7:14 AM, Timothy Baldridge wrote: > I just released the first official version of Odin ( > https://github.com/halgari/odin). Odin is a declarative, extensible query > DSL for Clojure that leverages

[ANN] Odin 0.2.0 - Query DSL for Clojure

2016-12-10 Thread Timothy Baldridge
I just released the first official version of Odin ( https://github.com/halgari/odin). Odin is a declarative, extensible query DSL for Clojure that leverages transducers to provide a high amount of generality while still maintaining acceptable performance. One of the biggest features of Odin is