Hi -

I've asked this question privately of Matthew Flatt, but I'll throw it out to 
the group in case anyone else wants a crack at it.

If I do this:

(parameterize ([a 3])
  (dynamic-require "module.rkt" 'func)
  (func))


...where the current module and "module.rkt" both require in parameter "a", and 
func uses the value "a" during the syntax phase -- (a) will not be 3... it will 
be the value bound during parameter creation.

Is there a way to parameterize a in this case?

Thanks,
Dan

-- 
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