Closed sibelius closed 7 years ago
@sibelius I am currently interested in making core node REPL better. Here is a proposal
this would be awesome, but what happens with the older version of node?
can't we try to do both approach?
I don't know if you know ipython (an interactive repl for python)
I think core node REPL should provide the bare minimum, and let other solutions like this one provide extensions
Or it could be an NPM that ships with core. In that way,
I think we can extract a preprocess function from Mancy like this: https://gist.github.com/princejwesley/a66d514d86ea174270210561c44b71ba
and add one node repl
I'll post here, if I create a package or a repo example using this idea
Mancy idea is really great
But I would like to use it on terminal instead of an electron app
Maybe we could split Mancy in mancy core that could work on both electron app and with terminal based approach
My current approach to have a node repl running my server is like this
Instead of replPromised we could use mancy-core to provide all the awesome features of Mancy