Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Rhai

< >

Rhai is a programming language created in 2016 by Sophia J. Turner.

#1599on PLDB 9Years Old
Download source code:
git clone https://github.com/rhaiscript/rhai
HomepageREPLSource Code

A small, fast, easy-to-use scripting language and evaluation engine that integrates tightly with Rust. Builds for most common targets including no-std and WASM.


Example from the web:
fn run(a) { let b = a + 1; print("Hello world! a = " + a); } run(10);

- Build the next great programming language Add Add Prompt Issues About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v175.2.1