Should all the python and shell tools be rewritten into js? #416
Closed
Description
So that io.js will depend on itself. Then more js programmers will be able to read and contribute to the tool chain?
Maybe the shell scripts can also be transformed into js easily. Since there are thousands of great modules in the npmjs.org. Maybe GNU make can also be decoupled.
Then the prerequisites may be like this (just joking):
- gcc and g++ 4.8 or newer, or
- clang and clang++ 3.3 or newer
- io.js
- libexecinfo (FreeBSD and OpenBSD only)
Then the build:
npm install
npm run config
npm run build
Besides, I think io.js may be much faster and lighter than python to handle these staffs.