Vyse is a fast scripting language for soft-real time applications that require extensive embedded scripting. Examples include
game engines, web servers, scriptable text editors etc. Features include:
- A fast stack based VM (beats python, nearly as fast as lua on benchmarks).
- An incremental mark sweep garbage collector.
- Support for FP with closures and OOP with classes and prototype based inheritance model.
- A modern C++ API for easy embedding in applications like game engines and web servers.
Discussion