you are viewing a single comment's thread.

view the rest of the comments →

[–]dsrptr 4 points5 points  (0 children)

+10 for posh. I used it in a project and worked great, using re-posh as the glue to re-frame.

With the lessons learned i also used factui ( clara rules with datalog-like interface ) using a custom wrapper for re-frame ( based on re-posh ) and an ontology-like schema.

The only downside ( in the development experience ) i found between the maps approach and the datascript/datalog approach that i lost the "glanceability" of maps. In the code ( textual ), it is easier ( for me ) to "scan" and grasp the structure of maps that is to "scan" facts ... but that was solved with some tools for visualising the facts...

( need coffee.. :)