goliatone / poke-repl

Remote REPL client and server
MIT License
0 stars 0 forks source link

Hot reloading feature #16

Closed goliatone closed 6 years ago

goliatone commented 6 years ago

This adds a set of features to support hot reloading. We can now patch the REPL context and all clients will be updated. We set a dirty prompt. User's can .clean the prompt once it's acknowledge.

We added the .clean command.

This closes #12, closes #13, closes #14, and closes #15