I'd like to use `eval` in terms of a restricted namespace including
`#%datum` and `#%app`. For minimalism and security, I want to build that
namespace starting from an empty one, without using racket/sandbox,
security guards, or attaching racket/base.

Under these restrictions, I would normally attach a custom module
providing only what I care to expose to the code under evaluation.
That's not a problem, but is it possible to avoid creating the extra
module and imperatively attach implicit forms? I'm thinking of a macro
that behaves like `namespace-set-variable-value!`, but allows implicit
forms.

--
~slg


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/f9120eda-8563-dafa-3466-b86c028bae88%40sagegerard.com.

Reply via email to