#I noticed this trick works in Gauche (using let-syntax inside define-syntax for local macros), but no other Scheme. Is it intentional? Will it stay? https://l2.re/yV8lMH #hm, maybe it doesn't work. :(
#more relevant, I'm working with some hashes and would like to see the contents on the repl too. But implementing write-object for <hash-table> doesn't work, neither for pprint. is there a way to have that?