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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Tour of CLIPS

8 点作者 ryjo超过 2 年前
Learn how to write Rules Engines with CLIPS in your browser! I found the Tour of Go super useful when learning Go, so I went for something similar for evangelizing the awesomeness of CLIPS.<p>A few things I&#x27;m proud of with this project:<p>- No front-end frameworks - Compiled WASM binary; your code isn&#x27;t sent to a back-end server - Code editor&#x2F;syntax highlighter written from scratch (that I&#x27;m sure you&#x27;ll find bugs in ;))<p>This is my first attempt at this, and I&#x27;d like to expand on it in the future. Let me know what you think!<p>About CLIPS: CLIPS is a programming language useful for building Rules Engines and Expert Systems. It&#x27;s written in C, so it&#x27;s pretty darned easy to put data in&#x2F;get data out from other languages written in C. It was started in the mid-80s at NASA, and it was released to the public in the mid-90s. It&#x27;s still in active development by the original developer.

2 条评论

jtcsoccer超过 2 年前
This tutorial is the first time I have been able to slightly wrap my head around CLIPS. Nice work!!!
评论 #33089377 未加载
zethus超过 2 年前
Very nice tour for a language I&#x27;ve never seen before, good job. Would be nice to see a quick &quot;Why would I want to use CLIPS?&quot; section as part of the intro for others new to the language and expert systems.
评论 #33089375 未加载