>>106225270
TinyScheme is smaller than Lua yet more powerful (macros, lambdas, REPL, etc.)
https://sourceforge.net/projects/tinyscheme/files/tinyscheme/tinyscheme-1.42/
Apple uses it extensively 4tw
>Sandbox policies are written in a dialect of Scheme known as SBPL. The policies are interpreted via an interpreter within libsandbox, based on TinyScheme, which generates a compiled representation of the policy that it passes to the Sandbox kernel extension.
https://bdash.net.nz/posts/sandboxing-on-macos/