Arc Forumnew | comments | leaders | submitlogin
2 points by thaddeus 5976 days ago | link | parent

Yeah I tried going straight to your second idea (ouch!).

I really don't have 2 admins, but was trying to future proof it. I think I will just start with setting the global variable.

Thanks. T.



2 points by CatDancer 5976 days ago | link

Right, well, notice that the repl-history*, that, and thatexpr are also global variables, and so future proofing it for multiple admins will take more work than just the eval issue.

(For getting values into the eval, one way to do it is with an MzScheme feature called parameters; I have a library to let you use those from Arc which I haven't quite finished yet).

-----