TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Good library for a web-based REPL?

2 pointsby watermelon59over 4 years ago
I&#x27;m working on a programming language implementation, and I&#x27;d like to offer a web-based REPL so people can try it easily. Frontend is not really my area, so maybe I didn&#x27;t use the right search keywords. But an online search only revealed what seem to be single maintainer, fairly outdated jQuery plugins.<p>Does every try&lt;language&gt; website out there just implement its own REPL? Seems like a ton of work.

3 comments

girishsoover 4 years ago
You might want to steal some ideas from my Online Elm repl <a href="https:&#x2F;&#x2F;github.com&#x2F;girishso&#x2F;elm-repl-in-browser" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;girishso&#x2F;elm-repl-in-browser</a>
lordkrandelover 4 years ago
<a href="https:&#x2F;&#x2F;hyper.is&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hyper.is&#x2F;</a> is a full fledged terminal based on web technology, if that can help.
评论 #25357175 未加载
评论 #25357212 未加载
i_see_thingsover 4 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;paradoxxxzero&#x2F;butterfly" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;paradoxxxzero&#x2F;butterfly</a>