Clojure has made it easy to do something which should be really simple and straightforward, but in Java is not. How many times have you wanted to create a wrapper class in Java? You have to write all of the methods to call the same method on the wrapped object. It must be a common [...]
Category Archives: projects
Graph Reasoner for Clojure
February 23, 2010 – 7:34 pm
I’ve been working on a graph reasoner I’ve called clj-reasoner. Graph reasoning is a way to do inference over a relationship graph. Let’s look at an example. Imagine we have gathered friendship data from various sites on the web. We basically have an impartial social graph: friendshipgraph — Generated by EHT-Graphviz Clojure code to generate [...]
