I'm trying to use serial-lambda in macro transformer procedures so that I can 
serialize them and bring them down to run-time. However, serial-lambda isn't 
working within a define-syntax. It says:

syntax-local-lift-provide: not expanding in a module run-time body

This seems to be a lie; it works fine in a begin-for-syntax (as long as you 
don't try to deserialize). What's the real reason it doesn't work in a 
define-syntax? Is there another way to bring macro transformer procedures down 
to run-time?

Alex Knauth

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to