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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Announcing PilMCU, the Lisp Machine on a Chip

162 点作者 jkleiser超过 10 年前

11 条评论

emeraldd超过 10 年前
I&#x27;d really like to see the full ISA, etc for the chip. A few years ago, I was doing research on building a byte code based vm after working through Peter Michaux &quot;Scheme From Scratch&quot; <a href="http://peter.michaux.ca/articles/scheme-from-scratch-introduction" rel="nofollow">http:&#x2F;&#x2F;peter.michaux.ca&#x2F;articles&#x2F;scheme-from-scratch-introdu...</a>. (I highly recommend running through his code, but do the GC earlier, it&#x27;s easier to get it from the start than to try to add it.) I couldn&#x27;t find anything online listing the kinds of instructions you&#x27;d want in a lisp chip.
评论 #8341862 未加载
评论 #8340831 未加载
Animats超过 10 年前
Yes, it can be done, but the half-dozen or so LISP machines of the 1980s were not very successful. Price&#x2F;performance was worse than compiled LISP on common CPUs.<p>There&#x27;s no indication of hardware support for garbage collection. It would probably be more useful to have tag bits to support GC than a LISP-oriented instruction set, especially if it allowed concurrent GC.
grondilu超过 10 年前
Talking about Lisp machines. I don&#x27;t know much about these things but I was thinking about them recently when Hewlett Packard announced its so-called <i>Machine</i>^1. They want to build a new kind of OS for it, but wouldn&#x27;t a Lisp machine just do?<p>[1] <a href="http://www8.hp.com/hpnext/posts/discover-day-two-future-now-machine-hp" rel="nofollow">http:&#x2F;&#x2F;www8.hp.com&#x2F;hpnext&#x2F;posts&#x2F;discover-day-two-future-now-...</a>
Pufe超过 10 年前
where&#x27;s the kickstarter page? I want a few of those.
dozenal超过 10 年前
I&#x27;ve heard a few people suggest that with single core performance stagnating we may see more ASICs. I admit I&#x27;m skeptical, but this line of development does seem worth exploring.
Symmetry超过 10 年前
So this is something where the hardware is executing something that actually looks like LISP sort of like the Reduceron does with Haskell?
programmer_dude超过 10 年前
No links to the actual thing?
评论 #8341234 未加载
评论 #8340667 未加载
sbenitezb超过 10 年前
Do you have a diagram with the design? Something to amuse people even more? ;)
评论 #8340679 未加载
rthomas6超过 10 年前
Where is the verilog source?
bd_at_rivenhill超过 10 年前
Is verilog design small enough to put on an FPGA?
评论 #8340946 未加载
Flenser超过 10 年前
Can it run emacs?
评论 #8350773 未加载