Content deleted Content added
→Empirical studies: this word is neither misspelled nor grammatically incompatible, so the sic is fairy confusing |
|||
Line 289:
* [[Julia (programming language)|Julia]] macros can be used to generate forwarding methods. Several implementations exist such as [https://github.com/MikeInnes/Lazy.jl Lazy.jl] and [https://github.com/JeffreySarnoff/TypedDelegation.jl TypedDelegation.jl].
* [[Kotlin (programming language)|Kotlin]] includes the delegation pattern in the language syntax.<ref>{{cite web | url=https://kotlinlang.org/docs/reference/delegated-properties.html | title=Delegated Properties | website=Kotlin Reference | publisher=JetBrains | access-date=2018-07-11}}</ref>
* [[PHP]] supports [[Traits (computer science)|traits]].
* [[Raku (programming language)|Raku]] provides a {{code|handles}} keyword to facilitate method forwarding.
* [[Rust (programming language)|Rust]] provides traits with default implementations.
|