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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are the current state-of-the-art Lisp implementations doing?

13 点作者 sfgweilr4f超过 3 年前
I&#x27;ve seen a few lisps floating by lately and am curious in what seasoned lisp programmers think.<p>What are the high performance lisp implementations doing that the original didn&#x27;t &#x2F; simple implementations don&#x27;t?

5 条评论

shivekkhurana超过 3 年前
I have been writing Clojure full time since 2017. Most of my work is about building mobile&#x2F;web apps and APIs.<p>Ferret Lang is a lisp that I dig. It compiles to C++11 and is crazy fast on low powered hardware. Coming from Clojure, Ferret feels nimble. But I don&#x27;t think I&#x27;ll ever have a use for it.
评论 #28211529 未加载
ampdepolymerase超过 3 年前
They are posting on HN and lambda the ultimate so they can stay relevant.
rurban超过 3 年前
Chez and SBCL (counting the open source ones) are doing fine, and have just better compilers. SBCL optimizations are trivial to improve, Chez not so.
contingencies超过 3 年前
All things considered, KIWIMOB.
评论 #28226347 未加载
xedrac超过 3 年前
Lisp is already at the pinnacle of evolution, and can easily morph into whatever it needs to. That&#x27;s both its greatest strength, and its greatest weakness.