Toward a better list iterator for the kernel
Toward a better list iterator for the kernel
Posted Mar 10, 2022 20:04 UTC (Thu) by pankyraghv (subscriber, #153275)In reply to: Toward a better list iterator for the kernel by pj
Parent article: Toward a better list iterator for the kernel
I know many people in the kernel community hates cpp but I would recommend everyone to take a look at SerenityOS. They have done a fantastic job of rolling out an in-house standard library that actually makes coding in cpp enjoyable (mostly) while reaping the benefits of all the modern features that can catch bugs at compile time. IMO a subset of cpp with a good custom standard library would be a better fit to writing kernel drivers than use something like Rust which has a very different programming paradigm. I also feel something light like Zig might also be a good option.
