http://qs1969.pair.com?node_id=790909


in reply to Re^4: Dynamically Changing Packages w/out Eval
in thread Dynamically Changing Packages w/out Eval

I avoid eval out of habit. Even if you make sure that you don't eval user input and keep the evaluated code minimal, it's still annoying to debug warnings like "Argument isn't numeric at eval 2718, line 314".

Though you're right that my code looks a bit obfuscated.