[racket] Metaprogramming with scheme

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Jun 21 11:32:05 EDT 2010

Actually it does but it is diasabled by default. But the point was
that you would not do it that way but instead use the lang and macro
system to implement your translation.

Robby

On Monday, June 21, 2010, Valeriya Pudova <valery at digitalchile.net> wrote:
> 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))))
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.