Hacker News new | past | comments | ask | show | jobs | submit login

What programming language is this? Is it available as some kind of framework for spinning up your own REPL website for your own language?



It's javascript. It's not available as a framework, but you can make your own repl website based on the code[1]. Though of course it would be much harder for another language, since you can't use eval().

[1]: https://gitlab.com/amadeuspagel/replpad


It's JavaScript. The REPL's code is evaluated by the page's JavaScript -- look directly in the page's source, there's an 'eval' call that evaluates the REPL's code.


Looks like it's just directly `eval`ing vanilla JS




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: