TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 watermelon59超过 4 年前
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 条评论

girishso超过 4 年前
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>
lordkrandel超过 4 年前
<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_things超过 4 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;paradoxxxzero&#x2F;butterfly" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;paradoxxxzero&#x2F;butterfly</a>