JSC : A JavaScript Object System

Artur Ventura
DOI: https://doi.org/10.48550/arXiv.0912.2861
2009-12-15
Programming Languages
Abstract:The JSC language is a superset of JavaScript designed to ease the development of large web applications. This language extends JavaScripts own object system by isolating code in a class declaration, simplifying multiple inheritance and using method implementation agreements.
What problem does this paper attempt to address?