Eduardo Cavazos wrote:
Ikarus allows local/internal imports.
Looks like 'eval' is the way to go! :-)
But, I'm wondering, why doesn't this work:
(define-syntax import-procedure
(syntax-rules ()
((import-procedure library name)
(let ()
(import library)
name))))
Ed
