https://github.com/boechat107/ascii-tree
Prints a Lisp list as a pretty tree.
https://github.com/boechat107/ascii-tree
Last synced: 2 months ago
JSON representation
Prints a Lisp list as a pretty tree.
- Host: GitHub
- URL: https://github.com/boechat107/ascii-tree
- Owner: boechat107
- Created: 2014-01-23T21:39:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T03:02:59.000Z (over 11 years ago)
- Last Synced: 2025-01-21T13:26:01.353Z (4 months ago)
- Language: Clojure
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ascii-tree
Prints a Lisp list as a pretty tree.
## Clojure tests
Run `lein test` in the Clojure's project folder.
## Common Lisp tests
Load the project using `(ql:quickload "ascii-tree")` and then call the functions
`info-tests` and `print-tests`.