Description
Scheme scripts can be run with a lightweight interpreter that implements much of R5RS and also installs library files. Developers install it for scripting, embedding, or learning Scheme without a large runtime. Executed scripts can read files, run extension code, or process untrusted input depending on how projects use it.