|
|
|
|
|
by hakfoo
465 days ago
|
|
Does it require a new language, or could it be enforced by simple discipline or linting? I'd suspect it makes sense in an embedded bare-metal environment where you know all the data structures you might ever have in circulation at once. This sometimes ties into things like explicitly unchanging data as "this can be allocated to ROM" to tightly manage the limited RAM. |
|