At Wed, 26 Jul 2017 07:54:32 -0700 (PDT), Thomas Dickerson wrote:
> One more thing: in terms of repeatedly executing scripts, does it make sense 
> to set up and tear down the interpreter every time? Or just swap in a fresh 
> namespace?

Between those two options, a fresh namespace is almost certainly
better.

Depending on how much you need to reset, you might be even better off
with `dynamic-rerequire` from `racket/rerequire`.

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