Libraries

TwitterFacebook
Get flash to fully experience Pearltrees
Processing.js 1.3.6 released! Processing.js 1.3.6 is a maintenance release for 1.3.5.

Processing.js

http://processingjs.org/
Prototype also provides library functions to support classes and class-based objects, [ 2 ] something the JavaScript language lacks. [ 3 ] [ 4 ] In JavaScript, object creation is prototype -based instead: an object creating function can have a prototype property, and any object assigned to that property will be used as a prototype for the objects created with that function. The Prototype framework is not to be confused with this language feature. http://en.wikipedia.org/wiki/Prototype_JavaScript_Framework

Prototype JavaScript Framework - Wikipedia, the free encyclopedia

http://requirejs.org/docs/why.html#1 This page discusses why modules on the web are useful and the mechanisms that can be used on the web today to enable them.

RequireJS