Cloud brainfuck interpreter with REST API and web app done via Scala, Vanilla JS and Spring Boot
I don't see any good web brainfuck interpreters(especially with debugger)
- Spring MVC for backend
- Vanilla JS and Jquery for frontend(very shitty code in fact, but works)
- Interpreter
- Debugger (can go further and backwards - how many brainfuck debuggers can go backwards?)
- REST api for interpreter and websockets for debugger(see project wiki)
One summer day i decided to do some coding and have made a brainfuck interpreter on Scala. Later on i decided to make full blown web app from that
- Frontend is still pretty raw and needs to be more polished. I'm not very savvy in JS, so it would be cool if some guy will help with it
- One little bug in backend
- Performance optimization(no tail recursion?)
- Maybe Android client