Jump to content

DTRACE: Difference between revisions

From EDM2
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 ''..."
 
mNo edit summary
Line 6: Line 6:


==Links==
==Links==
* [https://www.cs.cmu.edu/~dst/Lisp/dtrace/dtrace.generic DTRACE Repository]
* [https://www.cs.cmu.edu/~dst/Lisp/dtrace DTRACE Repository]


==Publications==
==Publications==
Line 13: Line 13:
==Author==
==Author==
* David S. Touretzky
* David S. Touretzky
[[Category:LISP]]

Revision as of 01:51, 29 March 2016

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