[plt-scheme] Inlined language from a language module

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Fri Mar 20 13:02:35 EDT 2009

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


Posted on the users mailing list.