At Sun, 19 Jul 2015 12:21:02 -0700, Alexis King wrote:
> This works:
> 
>    #lang curly-fn racket
>    (begin-for-syntax
>      (#{+} 1 2 3))
> 
> This doesn’t:
> 
>    #lang curly-fn racket
>    (require (for-meta 2 racket/base))
>    (begin-for-syntax
>      (begin-for-syntax
>        (#{+} 1 2 3)))
> 
> This can be “fixed” by adding (require (for-meta 2 racket/base)) to
> curly-fn/lang/reader, but of course this is a hack more than anything
> else. Is there any good solution to this problem, or is this still
> mostly unsolvable under the current system?

Unfortunately, this is still an unsolved problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/20150720131412.E57D86501DD%40mail-svr1.cs.utah.edu.
For more options, visit https://groups.google.com/d/optout.

Reply via email to