Email or username:

Password:

Forgot your password?
phillip mates

I did a write-up about some ideas to make tests more REPL-interactive in #Clojure

philomates.org/articles/2024-0

3 comments
Stefano Rodighiero

@philomates If I understood it correctly, it sounds similar to the notion of "examples" in Glamorous Toolkit: an example is a test that returns an object. Coupled with the rich system of inspectors GT (and Smalltalk) provides, it is an excellent way to explore (and document) a software system

phillip mates

@eslr interesting! Yes, sounds quite similar; thanks for the connection. This is yet another reason I should dig into the Glamorous Toolkit / Smalltalk world.

Go Up