This package browser is in early development. Mind the rough edges.

cl-trivial-backtrace

Portable simple API to work with backtraces in Common Lisp

One of the many things that didn't quite get into the Common Lisp standard was how to get a Lisp to output its call stack when something has gone wrong. As such, each Lisp has developed its own notion of what to display, how to display it, and what sort of arguments can be used to customize it. trivial-backtrace is a simple solution to generating a backtrace portably.

Installation

Install the latest version of cl-trivial-backtrace as follows:

guix install cl-trivial-backtrace

Or install a particular version:

guix install cl-trivial-backtrace@1.1.0-2.7f90b4a

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.