Skip to content

Instantly share code, notes, and snippets.

@the-kenny
Created January 24, 2010 02:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
user> (use 'vijual)
nil
user> (draw-tree [[:north-america [:usa [:miami] [:seattle] [:idaho [:boise]]]] [:europe [:germany] [:france [:paris] [:lyon] [:cannes]]]])
+------------+ +--------+
| north | | europe |
| america | +----+---+
+------+-----+ |
| +---------+---------+
+ | |
| +----+----+ +---+----+
+--+--+ | germany | | france |
| usa | +---------+ +---+----+
+--+--+ |
| +--------+---------+
+----------+----------+ | | |
| | | +---+---+ +--+---+ +---+----+
+---+---+ +----+----+ +---+---+ | paris | | lyon | | cannes |
| miami | | seattle | | idaho | +-------+ +------+ +--------+
+-------+ +---------+ +---+---+
|
+
|
+---+---+
| boise |
+-------+
nil
user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment