You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get how to wrap functions with the Sexp type, but when i add them to the zygo i don't want them all in the top level namespace, it makes listing the symbols not super useful and makes me worry about name collisions. What might you suggest?
The text was updated successfully, but these errors were encountered:
So following the import code as an example, and calling env.LexicalBindSymbol to inject your package into the environment, as import does, should get you started.
I get how to wrap functions with the Sexp type, but when i add them to the zygo i don't want them all in the top level namespace, it makes listing the symbols not super useful and makes me worry about name collisions. What might you suggest?
The text was updated successfully, but these errors were encountered: