Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-10T07:14:38.000Z (over 12 years ago)
- Last Synced: 2024-04-19T11:56:51.144Z (8 months 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.