JavaScript
Links of Relevance
- The current ‘ECMAScript Language Specification’, in two editions:
- ISO/IEC 16262:2011(E)
- Standard ECMA-262
A site about JavaScript, particularly dedicated to the standardization work on the language
- Douglas Crockford's JavaScript: perhaps the single most informative place to look for JavaScript resources
- A survey: there is more useful information on the language in this short text than in tons of printed books and web-located tutorials
- Home page for JavaScript information at Mozilla Developer Center
- JavaScript Guide
- JavaScript Reference
- Using the W3C DOM Level 1 Core
Yahoo!'s JavaScript Developer Center: various resources
FAQ for comp.lang.javascript
JavaScript Basics: a summary of the language
-
jQuery
dojo
Prototype
Rico
YUI
Ext JS
script.aculo.us
MochiKit
MooTools
qooxdoo
- JavaScript libraries/toolkits/frameworks for development of dynamic web applications
Knockout: a JavaScript library featuring declarative binding for DOM access
Narwhal: a general-purpose JavaScript library
Closure: a code optimizer, a library, and a templating system for JavaScript from Google
Jison: a clone of Yacc+Lex written in, and for use in, JavaScript
JSLint: a JavaScript program that checks the quality of JavaScript code
- Node.js: event-driven I/O server-side JavaScript platform
- introductory article
-
DMDScript
SpiderMonkey
SEE
FESI
V8
- Standalone interpreters for JavaScript
CoffeeScript, also here: a compiler that provides different syntax for JavaScript
-
http://json.org
http://www.ietf.org/rfc/rfc4627.txt
- JSON (JavaScript Object Notation): a widely used text format for the serialization of structured data based on the literal array and object notation of JavaScript (ECMAScript)
YouOS: a web-based, JavaScript-centred operating system (no longer alive)
Lively Kernel: a web programming environment and computing kernel, an interactive application platform and an IDE built on JavaScript
- wz_jsgraphics
- Real-time 3D in JavaScript
- Vector graphics in (nothing but a web browser and) JavaScript
three.js: a JavaScript 3D engine using HTML5/canvas, SVG and WebGL
boykobbatgmaildotcom