Path: ...!news.misty.com!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: comp.arch Subject: Re: Computer architects leaving Intel... Date: Tue, 03 Sep 2024 15:28:03 -0400 Organization: A noiseless patient Spider Lines: 13 Message-ID: References: <2024Aug30.161204@mips.complang.tuwien.ac.at> <2024Aug30.195831@mips.complang.tuwien.ac.at> <2024Aug31.170347@mips.complang.tuwien.ac.at> <505954890d8461c1f4082b1beecd453c@www.novabbs.org> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Tue, 03 Sep 2024 21:28:09 +0200 (CEST) Injection-Info: dont-email.me; posting-host="bdd9fa12b0cf8d30137f097d243babf9"; logging-data="3623092"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19hX4VfR6giFYsOBpjmmPDDIa48leYUnd4=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:29abZMqvblN065EXdvrGPtIoMfM= sha1:q+Ra4EmWMsEQ0JhYHJ+YrCr192o= Bytes: 2033 > My impression - based on hearsay for Rust as I have no experience - is that > the key point of Rust is memory "safety". I use scare-quotes here, since it > is simply about correct use of dynamic memory and buffers. > > It is entirely possible to have correct use of memory in C, If you look at the evolution of programming languages, "higher-level" doesn't mean "you can do more stuff". On the contrary, making a language "higher-level" means deciding what it is we want to make harder or even impossible. Stefan