> In some cases (metaprogramming comes to mind), it could be useful to > make the lexical scope (hence the current environment in 5.2) > available to the evaluated string too. > > Something like loadin(1,"some code") loadin(_ENV,"some code")