747

Results 17 comments of 747

應 @eisoch 邀報告,簡牘中常見橫向分割任意行數的樣式,不知道是否與夾注有關。本人由於匆忙暫時不能參與議論,只貼幾張圖作爲示意。 |1|2| |--|--| |![82764d5de2066190](https://github.com/w3c/clreq/assets/3427854/3a513112-7eb7-48df-92c9-917da2b4778d)|![41664d5dd7676c7e](https://github.com/w3c/clreq/assets/3427854/469b4a99-90ee-4a60-8b14-8526e20aa06f)| (圖自:https://museum.sinica.edu.tw/collection/20/ )

Hi, I just landed here from your blog post. I think your approach is visually fine, but semantically not enough accurate in the spirit of linguistic gloss. While the most...

@amundo While what I wrote above is obviously declaration of my implicit mental model... > If the inline flows are sufficient to represent the gloss, why is the free translation...

I would suggest allowing syntax like below if it wouldn't cause other semantic conflicts. It feels more mentally consistent (at least inside me) when someone is using `autoLet` (or `autoVar`)....

Wow, quite formidable but it works as type definition too. ``` ts let tup: [number, ...number[]] & {length: 12} = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...

> Though I don't know how common big tuples are; Yes, that's the point. I have only needed once so far, and have no idea if it is any common...

If it isn't too much for parser, restricting `[]` to only arrays and tuples might be good, so that - `[number * 12]` → `[number, number, number, ...]` - `[(number,...