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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Closos: Specification of a Lisp operating system (2013) [pdf]

90 点作者 ska80将近 5 年前

3 条评论

heisig将近 5 年前
There is an active and growing group of hackers trying to make CLOSOS a reality. The current progress can be viewed at <a href="https:&#x2F;&#x2F;github.com&#x2F;robert-strandh&#x2F;sicl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;robert-strandh&#x2F;sicl</a> (SICL is the Common Lisp implementation that will be used for CLOSOS)<p>I am one of the contributors, so please don&#x27;t hesitate to ask questions or discuss ideas.
评论 #23731142 未加载
lachlan-sneff将近 5 年前
I love thinking about ideas like this. A few years back, I wrote a kernel that ran wasm similar to how Closos would run lisp. Webassembly is perhaps a bit uninspired compared to lisp, but there are many advantages, although the system cannot be dynamic in the same way that this would be.<p>I&#x27;d love to see these kinds of ideas revisited.
skulk将近 5 年前
Interestingly enough, the four-step process that is presented in section 1.4 seems very similar to how Urbit is being built right now.