0
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated project.clj and README for a 0.5 release More... over 13 years ago
Updated README with the changes to merge-graph More... over 13 years ago
Reflected the core changes in merge graph More... over 13 years ago
Updated the README More... over 13 years ago
Reworked the 'prop*' functions to be more in the style of other Clojure zippers More... over 13 years ago
Changed names of node/graph/zipper to more idiomatic alternatives More... over 13 years ago
Some better nil handling More... over 13 years ago
Another minor change to the README More... over 13 years ago
Added some comments to the code in the README More... over 13 years ago
Bumped version to 0.2 and added in-memory example to README More... over 13 years ago
Continued to update a few function names to keep the naming consistent More... over 13 years ago
Merge remote-tracking branch 'github/master' More... over 13 years ago
Merge pull request #1 from malcolmsparks/master More... over 13 years ago
Tidied up and renamed graph-> etc to zip-> etc. More... over 13 years ago
checkpoint More... over 13 years ago
Added a new MergeGraph, which takes facts from all of its sub-graphs More... over 13 years ago
Added to-datalog-db function More... over 13 years ago
Fixed a bug with build-in-memory-graph, added go-to method, need to do datalog export More... over 13 years ago
removed some debugging More... over 13 years ago
Some formatting and a nil check More... over 13 years ago
Renamed build-graph-map to build-graph More... over 13 years ago
build-graph-map now adds statements to an existing map More... over 13 years ago
Apparently Clojure's pretty good at handling nils - removed all the unnecessary checks More... over 13 years ago
Locs now use a map rather than a pair, vocabulary clarified and tests spaces out More... over 13 years ago
Decided that it is actually possible to do make-node, but I've got a meeting to go to now... More... over 13 years ago
Added the prop function, so that it's possible to get the value of a property out of a node More... over 13 years ago
Added in a zip-filter API More... over 13 years ago
Checkpoint - starting to work on zip-filter More... over 13 years ago
Now throws an exception on make-node - it's not possible to modify graphs using zipper. More... over 13 years ago
Split out the reduction function again as may well need to re-use it later More... over 13 years ago