Embedded JavaScript’s Missing Link

External Article Link: 

I totally agree that embeddable languages is the way to go. I've been using JavaScript heavily lately, along with the excellent Firebug for debugging (decent debuggers are something some very big languages are missing btw). The biggest issue I have with JavaScript is its lack of structure and horrendous scoping rules (this certainly doesn't mean you are calling the containing object, especially when running a "method" from a callback).

0