Mancy: JavaScript REPL
mancy-re.pl
Mancy: JavaScript REPL
1–10 of 25 posts
Re: Mancy: JavaScript REPL
#2(My expected response is that Electron and Node are both moving fast enough so that multiple versions may be incompatible. Global libraries tend to work for stable software, so it may be possible in the future for Electron.)
Re: Mancy: JavaScript REPL
#3To prevent 40MB downloads for a REPL, is there a library version of Electron that can be installed globally, so that small scripts can use it to produce full applications? (My expected response is that Electron and Node are both moving fast enough so that multiple versions may be incompatible. Global libraries tend to work for stable software, so it may be possible in the future for Electron.)
Re: Mancy: JavaScript REPL
#4To prevent 40MB downloads for a REPL, is there a library version of Electron that can be installed globally, so that small scripts can use it to produce full applications? (My expected response is that Electron and Node are both moving fast enough so that multiple versions may be incompatible. Global libraries tend to work for stable software, so it may be possible in the future for Electron.)
Re: Mancy: JavaScript REPL
#5To prevent 40MB downloads for a REPL, is there a library version of Electron that can be installed globally, so that small scripts can use it to produce full applications? (My expected response is that Electron and Node are both moving fast enough so that multiple versions may be incompatible. Global libraries tend to work for stable software, so it may be possible in the future for Electron.)
Feature list : https://github.com/princejwesley/Mancy/wiki/Features-&-Roadm...
Re: Mancy: JavaScript REPL
#6To prevent 40MB downloads for a REPL, is there a library version of Electron that can be installed globally, so that small scripts can use it to produce full applications? (My expected response is that Electron and Node are both moving fast enough so that multiple versions may be incompatible. Global libraries tend to work for stable software, so it may be possible in the future for Electron.)
Why do you need to prevent 40MB downloads?
More importantly, these 40 MB of code and resources expand to about 400 MB in memory when the application is running, but a global library wouldn't fix that.
Re: Mancy: JavaScript REPL
#7To prevent 40MB downloads for a REPL, is there a library version of Electron that can be installed globally, so that small scripts can use it to produce full applications? (My expected response is that Electron and Node are both moving fast enough so that multiple versions may be incompatible. Global libraries tend to work for stable software, so it may be possible in the future for Electron.)
I'll look into that :-) Version 2 will be released in three days(Nov 2). Feature list : https://github.com/princejwesley/Mancy/wiki/Features-&-Roadm...
npm install -g electron-prebuilt
do the trick for users, while they use a smaller version of your release without Electron included?Re: Mancy: JavaScript REPL
#8Earlier quoted context omitted.
Why do you need to prevent 40MB downloads?
If every package was 40 MB on my computer, my distribution would be 30 GB. More importantly, these 40 MB of code and resources expand to about 400 MB in memory when the application is running, but a global library wouldn't fix that.
Re: Mancy: JavaScript REPL
#9This looks really awesome! I've been wanting a nice js repl for a while and this one definitely has a lot of the qualities I was looking for.
Auto complete is very nice. Color syntax looks great. The biggest thing I would like to see is to persist history. I'd love to up arrow through previous sessions.
Overall nicely done!
Re: Mancy: JavaScript REPL
#10 var _ = require('lodash');
in the repl.