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'm proud of with this project:<p>- No front-end frameworks
- Compiled WASM binary; your code isn't sent to a back-end server
- Code editor/syntax highlighter written from scratch (that I'm sure you'll find bugs in ;))<p>This is my first attempt at this, and I'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's written in C, so it's pretty darned easy to put data in/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's still in active development by the original developer.