proposal-class-public-fields icon indicating copy to clipboard operation
proposal-class-public-fields copied to clipboard

Align with the Orthogonal Classes framework

Open erights opened this issue 8 years ago • 1 comments

https://github.com/erights/Orthogonal-Classes

In this syntactic framework, public properties would be declared as

class Foo {
    own bar = 3, baz = 4;
    // ...
}

This declares and initializes a public instance properties named "bar" and "baz". See https://github.com/erights/Orthogonal-Classes for details and rationale.

erights avatar Apr 08 '17 00:04 erights

attn @allenwb @jeffmo

erights avatar Apr 08 '17 00:04 erights