I have some questions regarding hoot.
- is there some sort of enum or constant? the (rnrs enums) guile module is not available.
- how can I use #:print with define-record-type?, bytevectors printed using pk are not very informative; and I can't use pk in a module so I'm not sure how to create a print function.
- what is the use case for the call-external function?. It seems that it allows direct access of javascript function without the need of a binding.