We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The Art of the Javascript Metaobject Protocol

Formale Metadaten

Titel
The Art of the Javascript Metaobject Protocol
Untertitel
A unfied theory of JavaScript style, Part II
Serientitel
Anzahl der Teile
170
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Compared to most languages, JavaScript is very minimal: It has first-class functions, but only rudimentary support for functional programming. And it has prototypes, but almost nothing else. This can be liberating, as it doesn't force a heavyweight paradigm on you, and if you want something more sophisticated, you can build it yourself. In this talk, we'll explore how to build a programmable object system in JavaScript. We'll look at some of the ideas that have proven themselves in the last 40 years, and we'll also look forward at some of the ideas that are ripe for invention.