comparable functionality to node:repl in deno?
According to https://docs.deno.com/api/node/repl/ this Node API is currently not implemented in Deno (yet?). Is there anything comparable today?
In particular, I'm interested in building my own custom REPLServer -- with a custom
Is there a plan to support this Node API in the future?
In particular, I'm interested in building my own custom REPLServer -- with a custom
eval and custom completer.Is there a plan to support this Node API in the future?
Deno
In-depth documentation, guides, and reference materials for building secure, high-performance JavaScript and TypeScript applications with Deno

