draw-cons-tree

Public Domain

Draws a cons tree in ASCII-art style.

$ area51 add draw-cons-treeCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(draw-cons-tree:some-function ...)