Mention Rhai scripting

main
~erin 2023-04-18 07:23:49 -04:00
parent 2cc15410a3
commit 5cbfc2f316
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
1 changed files with 2 additions and 0 deletions

View File

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