skriptish
Skriptish is a domain-specific scripting language designed to simplify writing event-driven scripts for applications and server automation. It draws on the ideas of Skript, aiming to generalize readable, approachable scripting while adding stronger typing and modularity to support larger projects. It targets administrators, modders, and developers who want to express behavior without full-scale programming.
Design and features: Skriptish emphasizes near-natural language constructs for common tasks, such as event handlers declared
Syntax and semantics: Variables include declared types; functions have explicit signatures; and events are registered as
Tooling and ecosystem: The project typically provides a compiler or interpreter, a linter, and IDE integrations
See also: Skript, domain-specific languages, scripting languages.