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" "y" "z"))

--
http://www.neilvandyke.org/

_________________________________________________
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/users

Reply via email to