The Wolf Scripting Language
Wolf is an expression-based declarative scripting language, built to be:
- Easy. Bring your own paradigms, and use them ergonomically.
- Small. Built from first principles with only a few, well chosen features.
- Smart. Statically analysable, but doesn’t require annotations everywhere.
The design and implementation of Wolf are early and highly experimental.
Insipred by Luau, Rust, Hylo, Jai, Haskell, Vale, Zig, and Gleam.