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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How to make Lisp go faster than C

2 点作者 divia超过 16 年前

2 条评论

habibur超过 16 年前
I don't know why it's happening. But even though I hear a lot on how JIT can be faster than pre-compiled apps and how hight level languages (Java) can create more efficient code than low level languages (C) ---- I still am seeing C outperforming everything else in alioth <a href="http://shootout.alioth.debian.org/" rel="nofollow">http://shootout.alioth.debian.org/</a>. Even in multi core tests C apps runs faster than Erlang. Therefore faster than C still is something we are waiting to see.
karim超过 16 年前
Ok, this maybe makes lisp faster than C but at what cost ?