From 5cbfc2f316f05cf89272c61ced710b6ab8bc0698 Mon Sep 17 00:00:00 2001 From: Erin Abicht Date: Tue, 18 Apr 2023 07:23:49 -0400 Subject: [PATCH] Mention Rhai scripting --- src/development/design/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/development/design/README.md b/src/development/design/README.md index 52b7760..27e605e 100644 --- a/src/development/design/README.md +++ b/src/development/design/README.md @@ -19,6 +19,8 @@ Additionally, **Mercury** is designed for `ARM`/`RISC-V` architecture machines. This is not only because they are simpler, but also because I believe they are the future of computing. For the future, I do not see myself wanting or attempting to implement `x86` functionality. +We may also use [Rhai](https://lib.rs/crates/rhai) for scripting, for easy user control & modification of the system. + Further design decisions are gone into detail in the next few chapters. ## Code Organization