Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Align with the Orthogonal Classes framework #61

Open
erights opened this issue Apr 8, 2017 · 1 comment
Open

Align with the Orthogonal Classes framework #61

erights opened this issue Apr 8, 2017 · 1 comment

Comments

@erights
Copy link

erights commented Apr 8, 2017

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
Copy link
Author

erights commented Apr 8, 2017

attn @allenwb @jeffmo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant