←back to thread

228 points Retro_Dev | 1 comments | | HN request time: 0.218s | source
Show context
barelysapient ◴[] No.44465168[source]
A big change like this makes me hopeful Zig may revisit and improve other design choices in the future.
replies(1): >>44466074 #
bbkane ◴[] No.44466074[source]
Could you elaborate on the choices you'd like revisited?
replies(3): >>44466265 #>>44470288 #>>44472856 #
1. xmorse ◴[] No.44472856[source]
I would like to have some kind of interfaces instead of having to always use anytype, so compiler errors will appear in the call site instead of the called function body