Re: Efficient Predicate Dispatch [was ANN: Logos v0.6]

2018-11-19 Thread Khalid Jebbari
Oups, I didn't notice that the original message was from 2011... On Tue, Nov 20, 2018, 5:41 AM Aleš Roubíček It was promoted to contrib since then. > https://github.com/clojure/core.match/wiki/Crazy-Ideas and > https://github.com/clojure/core.match are links you are looking for. > > On Monday,

Re: Efficient Predicate Dispatch [was ANN: Logos v0.6]

2018-11-19 Thread Aleš Roubíček
It was promoted to contrib since then. https://github.com/clojure/core.match/wiki/Crazy-Ideas and https://github.com/clojure/core.match are links you are looking for. On Monday, November 19, 2018 at 9:50:20 AM UTC+1, Khalid Jebbari wrote: > >

Re: Efficient Predicate Dispatch [was ANN: Logos v0.6]

2018-11-19 Thread John Newman
Update the example to leverage isa? hierarchies and allow prefer-poly, a la prefer-method: https://stackoverflow.com/questions/53329709/dispatching-function-calls-on-different-formats-of-maps/53354967#53354967 V/r John On Saturday, November 17, 2018 at 5:09:09 PM UTC-5, John Newman wrote: > >

Re: Efficient Predicate Dispatch [was ANN: Logos v0.6]

2018-11-19 Thread Khalid Jebbari
https://github.com/swannodette/match/wiki/Crazy-Ideas is 404, as well as https://github.com/swannodette/match

Re: Efficient Predicate Dispatch [was ANN: Logos v0.6]

2018-11-17 Thread John Newman
In order to answer a SO question I ended up whipping up a quick and dirty implementation of predicate dispatch here . (unless I'm misunderstanding the definition of