Jolly nice, this is perfect!
Den 21 maj 2012 10:59 skrev "Andy Wingo" <wi...@pobox.com>:

> On Sat 19 May 2012 00:05, Stefan Israelsson Tampe <stefan.ita...@gmail.com>
> writes:
>
> >  (define (f x) (c))
> >  (define-syntax c (lambda (x) (pk 'c) #t))
>
> These expressions are expanded in order, not together.  To expand them
> together they need to be wrapped in a "begin".
>
> We can consider changing our toplevel expansion process to do something
> else, if there is a right thing.
>
> Andy
> --
> http://wingolog.org/
>

Reply via email to