» Aspects in JavaScript

Aspects in JavaScript


Posted on 22 September 2005 - 11:04

Many people still consider JavaScript as a half-baked language, because of all the cross-browser compatibility problems. These problems however are related mostly to the browser object model and not to the language itself which is really powerful.

JavaScript is a dynamic functional language that supports closures, and this brings a lot of power. Another demonstration with William Taysom's explanation on how to write aspects in JavaScript. Neat!