In his book "Secrets of the Javascript Ninja", John Resig writes:
Although dynamic code evaluation has been maligned due to its complexity and potential for security issues, without it we wouldn’t have had the CoffeeScript programming language.
I was hoping that someone could explain what is Dynamic Code Evaluation? Also, are there any code examples (or word examples) that would help better explain it? Furthermore, are there any website examples that use dynamic code evaluation?
Also, if possible, how did dynamic code evaluation bring about the CoffeeScript programming language?