[plt-scheme] problem using drscheme tools

From: David B. Tucker (dbtucker at cs.brown.edu)
Date: Fri Jun 14 17:48:39 EDT 2002

Hi,

I'm having problems using DrScheme Tools.  I'm trying to add a new
language by creating an implementation of drscheme:language:language<%>.
The docs claim that the FRONT-END method should return a syntax object
or sexp, but when I return any simple sexp such as `(display "hi
dave"), I get the following error:

compile: bad syntax; function application is not allowed, because no
#%app syntax transformer is bound in: (display "hi dave")

Any clues?  Thanks,

Dave



Posted on the users mailing list.