.html
-- syntax: @ module-name binding-name
Refer to the binding named BINDING-NAME in module MODULE-NAME. The
binding must have been exported by the module.
why would you use this
((@ (srfi srfi-1) find) char? '(a #\b))
instead of just using use-modules?