index

Inspecting data in dynamic programming languages

2022-11-03


When reading programs written in dynamically typed programming languages one does not have a type system that tells what properties a given variable has. There are several approaches for inspecting the values stored in a given variable while running the code for example by executing a unit test.

Here is a list of relevant tools for Clojure: Clojure observability and debugging tools


This site is generated with zetgen