Their "Appendix: Memory Safe Languages" lists: C#, Go, Java, Python, Rust & Swift
Why is Python listed there and not other languages like Ruby, Javascript or Perl?
The Case for Memory Safe Roadmaps
61–70 of 427 posts
Re: The Case for Memory Safe Roadmaps
#62Re: The Case for Memory Safe Roadmaps
#63Re: The Case for Memory Safe Roadmaps
#64[flagged]
Re: The Case for Memory Safe Roadmaps
#65If no friendlier safe high speed programming language appears, I rather use C/C++ and trade safety for friendliness.
Re: The Case for Memory Safe Roadmaps
#66Re: The Case for Memory Safe Roadmaps
#67At least my usecase has C completely disconnected from the internet. I have no idea how this is going to work at the OS level.
Crossing an air gap hasn't stopped a determined attacker in the past: https://en.m.wikipedia.org/wiki/Stuxnet
Re: The Case for Memory Safe Roadmaps
#68I advise training programmers instead of throwing them in front of a screen without any training. Companies these days provides no training at all. When I was hired over 40 years ago, I spent plenty of time being trained for my first 3 months. Now, nothing, and you if you want to train a new person, you do it on your own time.
no wonder so many bugs here and there.
Re: The Case for Memory Safe Roadmaps
#69I advise training programmers instead of throwing them in front of a screen without any training. Companies these days provides no training at all. When I was hired over 40 years ago, I spent plenty of time being trained for my first 3 months. Now, nothing, and you if you want to train a new person, you do it on your own time.
Re: The Case for Memory Safe Roadmaps
#70Earlier quoted context omitted.
Really, the only memory unsafe languages still in use are C and C++. If it weren't for the behemoth of legacy code we'd really have this problem more-or-less licked. Unfortunately, that behemoth is still rampaging across the landscape. "Rewrite it in Rust" gets a bit of pushback, perhaps even justified, but at this point in time I'll take anything that just reduces that behemoth in size. The journey of a thousand mil…
>Really, the only memory unsafe languages still in use are C and C++. Ada, Fortran, assembly?