On Wed, Jul 24, 2013 at 3:16 PM, Phillip Lord
<phillip.l...@newcastle.ac.uk>wrote:

> What I'd really want to be able to do is to use some sort of query; so I'd
> write a data structure like so:
>
> {:annotation
>  #{(label ? "it")}}
>

Some time ago I wrote a little library to act as a model layer for browser
apps:

https://github.com/piranha/mesto

While I don't use it that much, it's got a simple query abilities, and
while it's no Datalog, it's of course much simpler. You could reuse the
code if you want.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to