
TL;DR
JSC is an extended JavaScript language that simplifies large web application development by enhancing its object system with classes, multiple inheritance, and method agreements.
Contribution
It introduces a new language extension that improves JavaScript's object-oriented features for better large-scale application development.
Findings
Simplifies object-oriented programming in JavaScript
Supports multiple inheritance and method agreements
Enhances code organization for large applications
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Distributed and Parallel Computing Systems
