747
747
應 @eisoch 邀報告,簡牘中常見橫向分割任意行數的樣式,不知道是否與夾注有關。本人由於匆忙暫時不能參與議論,只貼幾張圖作爲示意。 |1|2| |--|--| ||| (圖自: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,...