Email or username:

Password:

Forgot your password?
1 post total
phillip mates

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

philomates.org/articles/2024-0

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

Go Up