Hi Luciano, I never heard of this Frame language, but this seems closely related to RDF and triple stores, something I've been working on for the past year (not as often as I wished):
http://thi.ng/trio This project is actually designed to only address the non-RDF aspects of triple stores, with the higher-level semantics refactored out into a separate library. Am still regularly reworking the core API and additional triple store functionality (e.g. indexing, alias support, query optimizations...), but it's generally completely usable and I have already successfully built a few projects around this toolkit... Worth pointing out is also the query engine (this lib's best & most powerful feature), which is loosely inspired by SPARQL (but has no RDF constraints). A rule-based inference engine is also in the works... https://github.com/thi-ng/trio/blob/develop/src/query.org#introductory-examples (featuring lots of graphviz examples) Am not sure what your plans are with clj-fl, but thought you might find this interesting/relevant... Good luck! :) Best, K. On 19 November 2014 14:52, Luciano Capitanio <[email protected]> wrote: > CLj-fl is a Frame Language library for the Clojure ecosystem. Since I had a > lot of fun playing with the Frame language, I decided to put together some > of my toys in a library and let others to play with it. > Looking forward for any comment, suggestions and pull requests. > > Announcement post: > - Clj-fl is out! > Previous posts on frame language: > - Frame Language in Clojure (part 1) > - Frame Language in Clojure (part 2) > > Luciano Capitanio > > high order dysfunctions > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
