profile picture

2 pages tagged with "rhai"

Rhai 0.2 release

March 26, 2016 - 327 words - 2 mins
I've just updated Rhai to 0.2. This release focuses on improving the interaction between Rhai and Rust. The result is a cleaner, easier-to-use API. This new API does mean some API breakages, so you'll need to update your code to work with 0.2. With this release, Rhai also now has arrays as a buil… read more

Embedded scripting in Rust

March 14, 2016 - 1909 words - 10 mins
For the last few weeks, I've been working on an embedded scripting language for Rust, based loosely on ChaiScript called Rhai. What's an embedded scripting language? While the definition might depend on who you ask, for this post embedded scripting has a few distinct features: A language that de… read more