Gauche > Archives > 2024/05/14

2024/05/14 15:34:30 UTCleah2
#
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
2024/05/14 15:38:54 UTCleah2
#
hm, maybe it doesn't work. :(
2024/05/14 16:21:37 UTCleah2
#
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?