XarvoScript
XarvoScript is a high-level, dynamic scripting language designed for data manipulation, automation, and light application development. It runs on the XarvoVM, a lightweight runtime featuring a just-in-time compiler and a garbage collector. The language emphasizes readability and embeddability, making it suitable for host applications, user scripting, and rapid prototyping.
Developed by Xarvo Labs, the first stable release appeared in 2020. Since then it has grown a
XarvoScript features include an optionally statically typed system via type hints, first-class functions, and expressive data
Code examples illustrate its style. For example: print("Hello, Xarvo!") and a function with a type annotation:
Use cases include automation scripts in desktop and server environments, tooling for data visualization, and scripting