Re: We present: DevTools for re-frame!

2017-11-02 Thread Daniel Neal
Nice! This looks really useful - and beautiful too! Figuring out what is going on in (and optimising performance of) a complex UI can get really difficult so it's great to see things like this that can help. Thanks for your work :) On Thursday, October 26, 2017 at 4:31:53 PM UTC+1, Saskia

Re: 101 on simple and flexible graph query/update?

2014-07-10 Thread Daniel Neal
Is there a way to do something similar with a more general definition of a path? The lens library Fresnel (https://github.com/ckirkendall/fresnel) might be worth a look - it abstracts get-in/assoc-in into lenses which can store/retrieve state from complex structures (and can be composed).

Re: [ANN] clojure-sql 0.1.0: relational algebra in clojure

2013-09-18 Thread Daniel Neal
Sounds good! I've been having a go with it today in a data-migration thing and I like it. It feels very like clojureql but as you said, it fails earlier with ambiguous queries, which definitely makes debugging easier. One other difference I did notice with clojureql is that in clojureql the

Re: [ANN] clojure-sql 0.1.0: relational algebra in clojure

2013-09-17 Thread Daniel Neal
This library looks great! I've always liked ClojureQL much more than the other Clojure SQL libraries, exactly for its emphasis on composability and relational algebra. At first looks - your library looks like it will be easier to extend for different database servers... I'd be interested in