1 Repo
Supports defining methods that overload behavior based on the number of arguments provided.
Distinct from Class Method Definitions: Specifically focuses on arity-based overloading within class method definitions.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Arity-Based Method Definitions. Refine with filters or upvote what's useful.
Wren is an embeddable, class-based scripting language and bytecode interpreter. It provides a dependency-free virtual machine designed for integrating dynamic script execution into host applications via a C API. The language is centered on a modern object-oriented model featuring inheritance, method overloading, and first-class functions. It utilizes a concurrent fiber runtime to manage lightweight, cooperatively scheduled execution paths without relying on operating system threads. The project includes a comprehensive suite of object-oriented primitives, closure-based state capture, and a m
Defines named behaviors with support for arity-based overloading and specialized getters and setters.