Graven Image: improving CL built-in inspection facilities

This page summarizes the projects mentioned and recommended in the original post on /r/Common_Lisp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • graven-image

    Portability library for better interaction and debugging of a running Common Lisp image through text REPL.

  • Now that is progressed enough (having 300+ commits!), I think it would be useful to share the lib I've made filling this niche: it's called Graven Image and it already improves these CL functions: - apropos(-list) (more readable and useful printouts and search through documentation and external symbols only) - describe and inspect (better printouts and lots of commands stolen from SBCL, CCL etc.) - dribble (writing to a file with outputs and results commented out, so that one can load the dribbled file and get a fully reproduced state!) - function-lambda-expression (closure, arglist, name, and type (!) inspection) - time (more predictable printout) - yes-or-no-p/y-or-n-p (configurable reply options and reliable UI) - documentation (aliases, type is optional now, and a DWIM method on symbols) - I'm also planning to work on ed, room, and, possibly, (un)trace, disassemble, and step.

  • mgl-pax

    Documentation system, browser, generator.

  • There is some overlap with DRef (https://github.com/melisgl/mgl-pax/tree/master/dref) and PAX (https://github.com/melisgl/mgl-pax). Especially with the live documentation browser of the latter (https://quotenil.com/pax-browser.html), although that's clearly not REPL-based.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts