saghul / sjs

Skookum JS: a JavaScript runtime
http://sjs.saghul.net
MIT License
97 stars 13 forks source link

Follow relevant CommonJS specs #50

Closed saghul closed 6 years ago

saghul commented 8 years ago

This is exactly what I wanted to build, without knowing it beforehand.

http://ringojs.org/documentation/commonjs_implementation/ https://github.com/ringo/ringojs https://github.com/olegp/common-node


saghul commented 6 years ago

I've changed my mind. Given that ES6 requires a job queue in order to process promises, this "sync model, a la Python" I started with won't take me very far. Thus I'm closing this and let's see.