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 | 7751 reads
|
Browse archives
Active forum topics |
Recent comments
22 weeks 6 days ago
22 weeks 6 days ago
22 weeks 6 days ago
45 weeks 19 hours ago
49 weeks 2 days ago
50 weeks 6 days ago
50 weeks 6 days ago
1 year 1 week ago
1 year 6 weeks ago
1 year 6 weeks ago