Does anyone know the origin of the name? I did a quick look on wikipedia/github/project site but couldn't find anything conclusive.
Rust 0.3 released
11–20 of 57 posts
Re: Rust 0.3 released
#12Finally a programming language with decent syntax that does RAII, and understands the need to restrict garbage collection!
Thanks!
Re: Rust 0.3 released
#13Re: Rust 0.3 released
#14What are Mozilla's plans for integrating rust into Firefox? Is this a mostly theoretical constraint or is there a plan to have this implemented?
Re: Rust 0.3 released
#15Re: Rust 0.3 released
#16What are Mozilla's plans for integrating rust into Firefox? Is this a mostly theoretical constraint or is there a plan to have this implemented?
Re: Rust 0.3 released
#17i love that they're thinking of syntax sugar right in the early stages. a lot of the "language semantics are all that matters" crowd scoff at sugar, but i think they underestimate how much syntax contributes to the pleasantness of using the language.
Re: Rust 0.3 released
#18Does anyone know the origin of the name? I did a quick look on wikipedia/github/project site but couldn't find anything conclusive.
Re: Rust 0.3 released
#19i love that they're thinking of syntax sugar right in the early stages. a lot of the "language semantics are all that matters" crowd scoff at sugar, but i think they underestimate how much syntax contributes to the pleasantness of using the language.
Re: Rust 0.3 released
#20i love that they're thinking of syntax sugar right in the early stages. a lot of the "language semantics are all that matters" crowd scoff at sugar, but i think they underestimate how much syntax contributes to the pleasantness of using the language.
Interesting. I like many of Rust's language concepts (and I have contributed some small fixes to the Rust runtime), but (to my eyes :) the syntax is snowballing into a hybrid of C++ and APL.