Scheme (Lisp dialect) module for drawing trees

by Jarno Elonen, 2003

This is a simple tree visualization module written in Scheme (a Lisp dialect) for MrEd graphics toolkit. It takes in a normal Scheme-style list-tree, such as...
("+" 1 ("*" 0.42 "a"))
...and draws a graphical layout on given MrEd device context, possibly with extra rendering options. Screenshots:

The module is donated into the Public Domain. Download source code or read it on-line:

Back to mics tips