Next: iklib expander local import, Previous: iklib expander export specs, Up: iklib expander [Index]
Similar to the import specification prefix, but remove a prefix
rather than add it. This clause is forbidden when running with the
command line option --strict-r6rs.
(import (rnrs)
(rnrs eval))
(eval '(str.length "ciao")
(environment
'(prefix
(deprefix (only (rnrs)
string-length
string-append)
string-)
str.)))
⇒ 4
Similar to the import specification prefix, but append a suffix
rather than a prefix. This clause is forbidden when running with the
command line option --strict-r6rs.
Similar to the import specification deprefix, but remove a suffix
rather than a prefix. This clause is forbidden when running with the
command line option --strict-r6rs.