[plt-scheme] Inlined language from a language module
On Fri, Mar 20, 2009 at 10:54 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> (define-syntax (with-mini stx)
> (syntax-case stx ()
> [(_ expr)
> #`(begin
> (require "mini.ss")
> #,(strip-context #'expr))]))
Am I right to assume this only works at the top-level because it
relies on require?
Jay
--
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay
"The glory of God is Intelligence" - D&C 93