Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neurospeech/asyncvm.js

Asynchronous Virtual Machine for JavaScript
https://github.com/neurospeech/asyncvm.js

Last synced: about 2 months ago
JSON representation

Asynchronous Virtual Machine for JavaScript

Awesome Lists containing this project

README

        

# avm.js
Asynchronous Virtual Machine for JavaScript

AVM executes instructions created by "callback-heaven.js" parser. Each JavaScript
statement/expression is converted to different style of code that executes asynchronously but
lets you write synchrounsously.