mijs v0.0.2
MIJS - Minimal Irreducible JavaScript
https://github.com/rsp/node-mijs (readme)
This is a try to find a minimal, irreducible set of JavaScript features that can be used to write useful programs.
This is not an attempt to produce anything even remotely practical. If any feature of the language can be avoided ad reimplemented using a smaller set of features making programs run million times slower, it will be.
The module will be published on npm as mijs
so anyone could easily try the examples.
When the module is finished, an article about it will be published on Medium
at https://medium.com/@pocztarski.
Stay tuned.
This module adds functions to the global scope to simplify examples.
Installation
Install to use in your project, updating the dependencies in package.json:
npm install mijs --save
Usage
...
This is work in progress - more to come.
Issues
For any bug reports or feature requests please post an issue on GitHub.
Author
Rafał Pocztarski - https://github.com/rsp
License
MIT License (Expat). See LICENSE.md for details.