ofscript
OfScript is a lightweight, embeddable scripting language designed to be integrated into host applications for scripting, configuration, and automation. Its goal is to provide a small runtime, straightforward syntax, and strong interoperability with host languages, while remaining easy to learn for new users.
Its design combines dynamic scripting with optional static typing, enabling rapid prototyping with the choice of
Execution and interop: OfScript implementations typically provide both an interpreter and a bytecode-compiled variant, optimized for
Syntax: The language uses a C-like syntax with blocks delimited by braces and optional type annotations. Example:
Adoption: OfScript has seen interest primarily in game development, tool automation, and configuration tasks, where embeddability