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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Make Mad Eliza Work

2 点作者 abrax3141超过 3 年前
Now that the original ELIZA code is available (elizagen.org), we should figure out how to make it run. It&#x27;s in MAD-SLIP. There&#x27;s an Open Source MAD interpreter (due to ESR: http:&#x2F;&#x2F;www.catb.org&#x2F;~esr&#x2F;mad&#x2F;) and JW published most of SLIP (with the notable exception of YMATCH and ASSMBL -- but these are well documented).<p>Oh...right, a question: Is there an open source challenges page where where folks could publish problems like this one?

2 条评论

JoeyBananas超过 3 年前
The design of Eliza is very simple. There is not much value in running the original implementation when you could write a new program that behaves the same.
评论 #29343241 未加载
kleer001超过 3 年前
if anyone&#x27;s curious what it is :<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;MAD_(programming_language)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;MAD_(programming_language)</a>