Esolang Park - online interpreter and debugger for esoteric programming languages
(esolangpark.vercel.app)
from armchair_progamer@programming.dev to programming_languages@programming.dev on 11 Jul 2024 21:21
https://programming.dev/post/16725853
from armchair_progamer@programming.dev to programming_languages@programming.dev on 11 Jul 2024 21:21
https://programming.dev/post/16725853
Think Repl.it, but a simpler version for esoteric languages, with a visual debugger catered to each language, that runs in your browser.
The linked example shows a Brainfuck “Hello world!” program. You can run it and visualize instructions executed in real time, the memory, and the output. You can pause/step, insert breakpoints, adjust the delay after each instruction, and enter user input. There’s also syntax highlighting and checking.
threaded - newest