Update README.md

This commit is contained in:
Jonathan Turner 2016-03-04 08:13:57 -05:00
parent ed2ab3c09b
commit 6549b3e2e0

View File

@ -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