|
|
|
|
|
by grymoire1
1603 days ago
|
|
>The complaining gets old, but then again, memory leaks, overrruns and underruns and other C footguns get old, too. Agreed. C is an old language, but at the time it was a very good language. One can argue the choice nowadays, but comparing it to PL/1? A quick search on Linkedin: * 117 Jobs for PL/1 programmers
* 300,000+ jobs for C programmers |
|
PLP: https://sysovl.info/pages/blobs/prime/pet/pe-t-483%20PLP%201... SPL: https://sysovl.info/pages/blobs/prime/pet/pe-t-xxx%20SPL%20R...
I am promoting the concept of strings having a built-in capacity and current length, and the language compiler and runtime understanding that rather than trying to use a byte array as a string. Even compiled BASIC I used in the late 70's had real strings like that.