Tag Archives: git

A* in Clojure: Part Two

Today, I decided to flush out and clean up my A* implementation in Clojure. I cleaned up the namespaces, removed some cruft, got the Java integration working (which required by-passing RT.loadResourceScript() since it seems to be broken), and moving my … Continue reading

Posted in Tech | Tagged , , , , , , , | Leave a comment