Menu

Narrative JavaScript / News: Recent posts

Narrative JavaScript beta1 released

Narrative JavaScript is a small extension to the JavaScript language which allows operations to block execution until they complete. You write JavaScript code in a linear, synchronous style without callbacks, and the Narrative JavaScript compiler generates valid asynchronous JavaScript code and callbacks for you.

New in the beta release:
- Client side load-and-compile API based on XHR
- Formal threading API
- Java-based compiler using Rhino
- bug fixes

Posted by Neil Mix 2006-10-23

Narrative JavaScript alpha2 released

Narrative JavaScript is a small extension to the JavaScript language which allows operations to block execution until they complete. You write JavaScript code in a linear, synchronous style without callbacks, and the Narrative JavaScript compiler generates valid asynchronous JavaScript code and callbacks for you.

This is the second Alpha release of Narrative JavaScript. New in this release:
- simplified API that hides implementation details
- support for exceptions and try/catch/finally blocks
- new try-it-out compiler on a web page
- several important bug fixes

Posted by Neil Mix 2006-06-24

Narrative JavaScript alpha1 released

Narrative JavaScript is a small extension to the JavaScript language which allows operations to block execution until they complete. You write JavaScript code in a linear, synchronous style without callbacks, and the Narrative JavaScript compiler generates valid asynchronous JavaScript code and callbacks for you.

This is the first release of Narrative JavaScript. The project is now in alpha. See the project homepage at http://www.neilmix.com/narrativejs/

Posted by Neil Mix 2006-05-30