mozilla / pluotsorbet

[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
GNU General Public License v2.0
237 stars 46 forks source link

Make it possible to run the shell in Node. #1852

Closed mbebenita closed 9 years ago

mbebenita commented 9 years ago
node nodeshell.js Hello
mbebenita commented 9 years ago

Node is considerably slower on benchmarks:

node nodeshell.js benchmark.BubbleSort
Total Time: 6326.0000 ms

js jsshell.js benchmark.BubbleSort
Total Time: 229.9600 ms