Friday, May 26, 2023

Show HN: I made an in-browser code editor with code replay and REPL https://ift.tt/u6TSFQ8

Show HN: I made an in-browser code editor with code replay and REPL I made a Logicboard.com — A collaborative code editor with code-replay feature. Code-replay lets you run the coding session like a movie, I wrote a blog post on how I implemented this: https://ift.tt/gqYzd6G You can try out the demo here: https://ift.tt/7WOnYkc And play around with the code editor here: https://ift.tt/8u0onzx Logicboard also has an REPL shell, just type "start()" and hit enter in the output area. https://ift.tt/6GNySjf May 27, 2023 at 12:36AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...