Announcing YUI 3.5.0

April 10, 2012

We are pleased to announce YUI 3.5.0, now available on CDN at http://yui.yahooapis.com/3.5.0/build/yui/yui-min.js or as a download . Highlights for this release include: Availability of YUI in Node.js as an NPM module Formal introduction of "night"...

Read more →

What is the meaning of this?

March 30, 2012

JavaScript is an amalgam of good parts and bad parts. Its best parts came from Self (prototypes) and Scheme (lexically scoped nested functions). But the interaction of those two very good parts produced some bad parts. When a function is called with...

Read more →