The Case for Memory Safe Roadmaps
41–50 of 427 posts
Re: The Case for Memory Safe Roadmaps
#42https://www-users.york.ac.uk/~ss44/joke/c.htm
#joke #hilarious
Re: The Case for Memory Safe Roadmaps
#43But how are we going to trade stocks in nano seconds without C++?!
Re: The Case for Memory Safe Roadmaps
#44Their "Appendix: Memory Safe Languages" lists: C#, Go, Java, Python, Rust & Swift
Re: The Case for Memory Safe Roadmaps
#45Earlier quoted context omitted.
what do we do about javascript?
Judging from HN, just use HTML instead.
Re: The Case for Memory Safe Roadmaps
#46At least my usecase has C completely disconnected from the internet. I have no idea how this is going to work at the OS level.
Re: The Case for Memory Safe Roadmaps
#47Earlier quoted context omitted.
What's the uptake of Rust as far as Linux kernel dev goes? Is it being positively welcomed and seeing a rise in usage or is it still at PoC stage? Any ongoing rewrites of important subsystems?
So far 61 files [0], vs 52k for C, so about 0.1%. [0]: https://github.com/search?q=repo%3Atorvalds%2Flinux++languag...
Re: The Case for Memory Safe Roadmaps
#48Earlier quoted context omitted.
[flagged]
Next thing they'll be giving requirements for people building bridges, houses, and gas and electricity fittings. Seriously, I think the time has long since passed software needs regulating. It's a major part of modern society, and as far as I'm aware, most people aren't opposed to building standards in principle.
Re: The Case for Memory Safe Roadmaps
#49Earlier quoted context omitted.
Based on early days of Rust in the Linux kernel, the segmentation of safe and unsafe code can significantly reduce the surface area within a kernel.
What's the uptake of Rust as far as Linux kernel dev goes? Is it being positively welcomed and seeing a rise in usage or is it still at PoC stage? Any ongoing rewrites of important subsystems?
Re: The Case for Memory Safe Roadmaps
#50Their "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?
My impression of historical Python is that is an old, partially arcane language that due to D.S/AI is now popular; I would initially think it would be no better than those other interpreted. Python does these things well... mainly due to pandas/dataframes/polars.