User loginNavigation |
Narrative JavascriptNarrative Javascript is an extension to Javascript that adds an operator to convert asynchronous operations into synchronous ones. It has a compiler that compiles the extended Javascript into normal Javascript. It provides on the client side what continuation based web frameworks do on the server side. Instead of manually splitting up your code into callbacks and handlers for events, setTimeout, XMLHttpRequest callbacks, etc you write your code in a sequential manner. The code is CPS transformed and the continuations at the point of use of the new operator are used for the callbacks - allowing continuation of the function when done. It looks pretty nifty. By doublec at 2006-05-30 11:18 | LtU Forum | previous forum topic | next forum topic | other blogs | 7834 reads
|
Browse archives
Active forum topics |
Recent comments
4 days 18 hours ago
40 weeks 6 days ago
40 weeks 6 days ago
40 weeks 6 days ago
1 year 10 weeks ago
1 year 15 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 19 weeks ago
1 year 24 weeks ago