Re: [racket] define-for-syntax and racket/base

2010-12-17 Thread Neil Van Dyke
Matthew Flatt wrote at 12/17/2010 08:03 AM: `racket' re-exports `racket/base' for syntax, while `racket/base' doesn't export anything for syntax. Thanks, Matthew. -- http://www.neilvandyke.org/ _ For list-related administrative tasks: http:

Re: [racket] define-for-syntax and racket/base

2010-12-17 Thread Matthew Flatt
At Fri, 17 Dec 2010 07:58:30 -0500, Neil Van Dyke wrote: > Why does the following module give an error, "compile: unbound > identifier in the transformer environment (and no #%app syntax > transformer is bound) in: string-append", but does not give an error if > "racket/base" is changed to "rack

[racket] define-for-syntax and racket/base

2010-12-17 Thread Neil Van Dyke
Why does the following module give an error, "compile: unbound identifier in the transformer environment (and no #%app syntax transformer is bound) in: string-append", but does not give an error if "racket/base" is changed to "racket"? #lang racket/base (define-for-syntax aaa (string-append "x