/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Zig breaking change – Initial Writergate
(github.com)
228 points
Retro_Dev
| 1 comments |
04 Jul 25 04:11 UTC
|
HN request time: 0.218s
|
source
Show context
barelysapient
◴[
04 Jul 25 15:03 UTC
]
No.
44465168
[source]
▶
>>44461067 (OP)
#
A big change like this makes me hopeful Zig may revisit and improve other design choices in the future.
replies(1):
>>44466074
#
bbkane
◴[
04 Jul 25 16:54 UTC
]
No.
44466074
[source]
▶
>>44465168
#
Could you elaborate on the choices you'd like revisited?
replies(3):
>>44466265
#
>>44470288
#
>>44472856
#
1.
xmorse
◴[
05 Jul 25 13:58 UTC
]
No.
44472856
[source]
▶
>>44466074
#
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
ID:
GO
↑