[go-nuts] Re: Array type parameters?

2022-06-06 Thread Amit Lavon
Thank you! That gives me clarity. On Monday, June 6, 2022 at 9:41:03 AM UTC+3 Jason Phillips wrote: > Not currently. See the "omissions" section of the proposal [1]: > > > No parameterization on non-type values such as constants. This arises > most obviously for arrays, where it might sometimes

[go-nuts] Quick poll: Which of these declarative UI trees looks the most legible to you?

2022-06-06 Thread atd...@gmail.com
Hi, So I have a working implementation of a UI framework underway. I've ended up providing ways to define the UI tree in a declarative way. But to make sure it is legible, I have a gist with 3 examples of how the UI tree could be defined. (taken from an implementation of TODOMVC) https://gist.g