Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 26, 2022 0:14 UTC (Sat) by camhusmj38 (subscriber, #99234)In reply to: Moving the kernel to modern C by geert
Parent article: Moving the kernel to modern C
Const is the default for named values. Mutability is opt in in Rust. C and C++ have const as the opt in.
Scala has different words for mutable and non-mutable values (var and val respectively.)
Scala has different words for mutable and non-mutable values (var and val respectively.)
