weavejester / hashp

A better "prn" for debugging
MIT License
439 stars 23 forks source link

Add `#t` reader tag for tapping #16

Open PEZ opened 2 years ago

PEZ commented 2 years ago

It's like #p but instead tap>s the value.

I'm a bit undecided how to annotate it, but decided that a vector containing the same info that #p pretty prints might do.

WDYT?