[racket] Metaprogramming with scheme

From: Valeriya Pudova (valery at digitalchile.net)
Date: Mon Jun 21 11:15:28 EDT 2010

On 21.06.2010 18:32, Robby Findler wrote:
> I haven't followed this thread too closely but if you can tolerate
> your "a.ss" file having a "#lang" line at the top that may make your
> life overall much easier (the Racket tools all work better when you
> are explicit about the language you are programming in).
>
> Robby
>    

The read-syntax does not support #lang :

#lang expressions not currently enabled (#(struct:exn:fail:read read: 
#lang expressions not currently enabled #<continuation-mark-set> 
(#(struct:srcloc foo.ss #f #f 1 6))))



Posted on the users mailing list.