Should Lin implement extension functions? That is, functions which come from the scope instead of from the methods' own properties. Proposed syntax: `object::extensionFunction(params)`, where `object` and `extensionFunction` are resolved from the scope.
Should Lin implement extension functions? That is, functions which come from the scope instead of from the methods' own properties.
Proposed syntax:
object::extensionFunction(params), whereobjectandextensionFunctionare resolved from the scope.