Show HN: New cross framework omni-REPL(limber.glimdown.com) After months of fragmented effort, I finally published the prototype omni-REPL for web frameworks and things that render DOM. I'm very excited (and relieved) to have achieved this milestone. I had to completely re-architect how this REPL worked (a side project a started during covid) It currently supports:
Hoping to add soon
This REPL uses CodeMirror, which (afaict), is the only fully featured editor capable of both working on mobile, and being accessible (Sorry Monaco / vscode)It will automatically fetch any package from NPM as you import it, and the untarring does happen in a web worker. There are still lots of quality of life things to add, but I just wanted to celebrate this personal milestone with y'all |
No comments yet