An open API service indexing awesome lists of open source software.

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.

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`.