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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Enjoying Parenscript (Mostly)

26 点作者 raphaelss超过 9 年前

3 条评论

dang超过 9 年前
&gt; <i>I think I need something more emacs-based</i><p>Numen [1] is an Emacs REPL we wrote for Parenscript + Node.js a few years ago. The version that&#x27;s up on Github works with a different Lisp called Lumen [2] that compiles to JS and Lua, which we created partly as a Parenscript successor (it&#x27;s self-hosted) but mostly as an experiment in a table-oriented Lisp [3,4]. But the differences between that REPL and the Parenscript one are trivial, and I can put the PS REPL up if anyone&#x27;s interested. We still have plenty of code in Parenscript—including a Chrome extension we wrote to support HN moderation—so I use it every day.<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;gruseom&#x2F;numen" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gruseom&#x2F;numen</a><p>2. <a href="https:&#x2F;&#x2F;github.com&#x2F;sctb&#x2F;lumen" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sctb&#x2F;lumen</a><p>3. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=3291065" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=3291065</a><p>4. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6544926" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6544926</a>
评论 #10397546 未加载
aidenn0超过 9 年前
I didn&#x27;t find the react example on the list (in big part because you need to be on the list to view it!), so I wrote my own. It&#x27;s about 40 lines total [1].<p>I do not like react router nor flux. They are way too frameworky for me. As long as you have state moving in one direction managing it is quite simple without any additional frameworks.<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;jasom&#x2F;parenscriptx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jasom&#x2F;parenscriptx</a>
jlg23超过 9 年前
Parenscript is indeed pretty amazing: Well documented and extensible.<p>I am not a fan of &quot;write javascript in language X&quot;, but for code generation (say: generate js-equivalents of existing DAO class definitions in cl) parenscript is a real gem.