remove built-in reader and printing support for Honu
This is a backward-incompatible change, but I think it's unlikely that any code depends on the removed bindings or reader syntax. original commit: ec380e34ede09586966de5e18e7e7a32a1838d8e
This commit is contained in:
parent
a6c33f1349
commit
862ed93a95
|
@ -28,8 +28,7 @@
|
|||
[print-struct #t]
|
||||
[print-box #t]
|
||||
[print-vector-length #f]
|
||||
[print-hash-table #t]
|
||||
[print-honu #f])
|
||||
[print-hash-table #t])
|
||||
(pretty-write datum port)))
|
||||
|
||||
(define-struct syntax-dummy (val))
|
||||
|
|
Loading…
Reference in New Issue
Block a user