|
|
|
|
|
by NWoodsman
1374 days ago
|
|
I was going to say "a better version of C#" but maybe an entirely different language would be better. C# uses stack and heap for memory management, which is to say this is an entire language designed around memory management. Should memory management be a core of a modern programming language? Available memory has expanded like 1000x in the lifetime of this language. |
|
That’s what you get when memory is considered to be something programmers shouldn’t care about.