• Joined on 2026年05月19日
pals commented on issue ziglang/zig#32099 2026年05月21日 05:56:55 +02:00
remove @TypeOf and anytype; introduce |T| syntax

The *|T| proposal (with pointer destructuring) may also quietly reduce the recurring "trait" discussion by making 'projection-as-contract' patterns ergonomic enough to be an obvious idiom:

pals commented on issue ziglang/zig#32045 2026年05月20日 10:47:35 +02:00
Remove comptime fields from the language

I think it's clear that removing comptime fields from the language should be done at some point.

pals commented on issue ziglang/zig#32032 2026年05月20日 01:58:31 +02:00
add vec2, vec3, vec4 types to the language

Perhaps @Vector could be renamed to @Lanes