From 6549b3e2e0699645be39dfc2cc4f113014d24fb7 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 4 Mar 2016 08:13:57 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 567c4d71..c229a5b7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Rhai's current feature set: **Note:** Currently, it's pre-0.1, and is likely to change a bit before it stabilizes enough for a crates.io release.* +Other cool projects to check out: +* [ChaiScript](http://chaiscript.com/) - A strong inspiration for Rhai. An embedded scripting language for C++ that I helped created many moons ago, now being lead by my cousin. +* [Dyon](https://github.com/PistonDevelopers/dyon) - A scripting language for writing games in Rust. + ## Variables ```Rust