Toward a better list iterator for the kernel
Toward a better list iterator for the kernel
Posted Mar 10, 2022 21:47 UTC (Thu) by bartoc (guest, #124262)In reply to: Toward a better list iterator for the kernel by pj
Parent article: Toward a better list iterator for the kernel
I'm concerned about how long zig tends to defer typechecking of code. Maybe it doesn't matter in the real world though.
I really love how zig does generics; you write type constructors as just .... normal functions that return a type!
