martazvch/rover-lang
Simple, feature rich and highly embeddable language
refs
Simple and embeddable language written in Zig.
Rover is designed to sum up all the different features I found interesting from the languages I know. It's heavily inspirated from Rust and Zig but is still an interpreted language meant to be easy to use and learn.
Its primary use case to be embedded in other applications as a scripting language but anything can be done in Rover, especially thanks to the native C interop.
A kind-of-up-to-date specification of the language shows the targetted features and syntax.