Jump to content

DTRACE

From EDM2
Revision as of 01:34, 29 March 2016 by Reiknir (talk | contribs) (Created page with "A multi-platform more powerful alternative to the TRACE and UNTRACE commands in Common Lisp developed by David S. Touretzky in the 1980's and published in his 1990 book ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A multi-platform more powerful alternative to the TRACE and UNTRACE commands in Common Lisp developed by David S. Touretzky in the 1980's and published in his 1990 book COMMON LISP: A Gentle Introduction to Symbolic Computation. It is important not to confuse it with the DTrace debugging and performance analysis tool for UNIX like systems.

Version

  • DTRACE August 2003
Updated to work with ANSI Common LISP.

Links

Publications

Author

  • David S. Touretzky