Description
Applications can embed a lightweight scripting language for customization and automation.
It is useful for developers experimenting with small interpreters, plugins, or user-defined behavior without carrying a large runtime. Embedded scripts can execute logic inside host programs, so sandboxing and trust boundaries matter.