powered by Authenteo

Persistent JavaScript

Overview

Persistent JavaScript is the JavaScript language with object persistence. The Persistent JavaScript specification defines an API for interacting with persisted data, and defines object structures to define applications built on persisted stores. Combining a general persistence strategy with JavaScript is powerful relationship.

  • JavaScript (ECMAScript 3) is an essentially classless, prototype-based language and is much more naturally and easily persisted than class-based languages. Class-based languages tend have an inherent tight coupling between classes and data.
  • Live source code analysis can be performed with knowledge of object states providing enhanced code analysis.

This purpose of this site is for the dissemination and discussion of the development and standardization of Persistent JavaScript.