Oni is a framework for managing the control flow of concurrent
applications. There are two central ideas to Oni:
To make concurrent actions composable by implementing 'pseudo-sequential' control
structures with which asynchronous actions can be choreographed in
the same way in which traditional sequential control structures are used to choreograph
conventional synchronous actions. Ok, I'm not sure I even understand that myself.
But please read on anyway :-)
To leverage the facilities of a "host language" rather than
implement a complete programming language from scratch.
Oni can be implemented as a set of functions ("Oni operators") in a
suitable host language, such as JavaScript or C++ (any reasonable
language will do). Our current implementation, dubbed Oni/JS, is in JavaScript, targeted at
in-browser use (should work in any modern browser - FF, Chrome, Safari, IE, ...).
Oni requires no preprocessing or precompilation; an
Oni program is a just an expression in the host language.
1More
How to hide, show, or toggle your div - 0 views
Box2DJS - Physics Engine for JavaScript - 0 views
1More
CSS - Workaround for max-width property in IE6 |QualityPoint Technologies - 0 views
Named function expressions demystified - 0 views
noswfupload - Google Code - 0 views
LavaLamp Menu in jQuery - 0 views
1More
Building an interactive map with jQuery instead of Flash - 0 views
Useful scripts and resources Facebook-inspired for web developers - 0 views
Glimmer - Lab - MIX Online - 0 views
« First
‹ Previous
161 - 180
Next ›
Last »
Showing 20▼ items per page