https://github.com/missingfaktor/loclj-graph-util
A simple Clojure port of graph-util from Chapter 7 of the book Land of Lisp.
https://github.com/missingfaktor/loclj-graph-util
Last synced: about 1 year ago
JSON representation
A simple Clojure port of graph-util from Chapter 7 of the book Land of Lisp.
- Host: GitHub
- URL: https://github.com/missingfaktor/loclj-graph-util
- Owner: missingfaktor
- Created: 2012-07-08T20:34:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-10T07:14:38.000Z (over 13 years ago)
- Last Synced: 2025-01-23T10:11:20.355Z (about 1 year ago)
- Language: Clojure
- Size: 129 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loclj-graph-util
This a simple Clojure port of graph-util from Chapter 7 of the book Land of Lisp. You can see the original
Common Lisp code [here](http://landoflisp.com/graph-util.lisp).
In addition, I have also implemented a graph "imagifier" (can someone please suggest a better word?) on top
of JUNG 2.0.1, which gives worse results, but unlike Graphviz graph imagifier, is a pure Java\* solution.
\* Java as in Java environment, not the Java langauge.
## Licence
Copyright © 2012 Rahul Goma Phulore.
Distributed under the Eclipse Public License, the same as Clojure.