Skip to content

Instantly share code, notes, and snippets.

Created August 25, 2011 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1170222 to your computer and use it in GitHub Desktop.
Save anonymous/1170222 to your computer and use it in GitHub Desktop.
<amalloy> (doc *print-level*)
<lazybot> => "; *print-level* controls how many levels deep the
printer will print nested objects. If it is bound to logical false,
there is no limit. Otherwise, it must be bound to an integer
indicating the maximum level to print. Each argument to print is at
level 0; if an argument is a collection, its items are at level 1; and
so on. If an object is a collection and is at a level greater than or
equal to the value bound to *print-level*, the printer prints '#' to
represent it. The root binding is nil indicating no
limit."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment