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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Morc: Mock Arc Programming Language as Scheme Extension

10 点作者 cubix超过 16 年前

2 条评论

pg超过 16 年前
I don't see how you could make a "mock" programming language implementation. Either it's a complete implementation, in which case it's just as real as any other implementation, or it isn't, in which case it's an implementation of another language.<p>Incidentally, the reason we didn't make our implementation too Mzscheme-specific is that we wanted to make it portable across Scheme versions. In fact, it started out written on another version of Scheme, Scheme48.
评论 #299036 未加载
评论 #299022 未加载
评论 #299102 未加载
joshu超过 16 年前
The project's home page: <a href="http://www.neilvandyke.org/morc/" rel="nofollow">http://www.neilvandyke.org/morc/</a>