Introduction to Rhai ==================== {{#include ../links.md}} Trivia ------ ```admonish question "Etymology of the name \\"Rhai\\"" In the beginning there was [ChaiScript](http://chaiscript.com), which is an embedded scripting language for C++. Originally it was intended to be a scripting language similar to **JavaScript**. With java being a kind of hot beverage, the new language was named after another hot beverage – [**Chai**](https://en.wikipedia.org/wiki/Chai), which is the word for "tea" in many world languages and, in particular, a popular kind of [spicy milk tea consumed in India](https://en.wikipedia.org/wiki/Masala_chai). Later, when the novel implementation technique behind ChaiScript was ported from C++ to Rust, logically the `C` was changed to an `R` to make it "RhaiScript", or just "Rhai". – Rhai author [Johnathan Turner](https://github.com/jntrnr) ``` ```admonish question "Origin of the Rhai logo"