Mozilla Is Designing a New Programming Language Language Called Rust
1–10 of 75 posts
Re: Mozilla Is Designing a New Programming Language Language Called Rust
#2http://news.ycombinator.com/item?id=1498528 http://news.ycombinator.com/item?id=1498233
Re: Mozilla Is Designing a New Programming Language Language Called Rust
#3There was no need for assembly -- writing straight machine code worked. There was no need for C -- writing straight assembly worked. Etc, etc.
There has never been a need for a new programming language, but new programming languages can make life easier, can save you time, can make new optimizations possible, etc. So he's right in that we flat out don't need any more programming languages, but that doesn't mean creating new programming languages is a bad idea, or something we shouldn't do.
Re: Mozilla Is Designing a New Programming Language Language Called Rust
#4Re: Mozilla Is Designing a New Programming Language Language Called Rust
#5Also, I've always felt queasy about using -> or => as arrows. And the word 'let' instead of 'def' or 'var' gives me a strange flashback to middle school which I can't quite pin down.
Re: Mozilla Is Designing a New Programming Language Language Called Rust
#6> Ed Borasky recently commented here at ReadWriteHack: "We flat out don't need any more programming languages! What we need is efficient implementations of the ones we have now and IDEs / version control systems that enforce software engineering discipline." There was no need for assembly -- writing straight machine code worked. There was no need for C -- writing straight assembly worked. Etc, etc. There has never be…
Re: Mozilla Is Designing a New Programming Language Language Called Rust
#7> Ed Borasky recently commented here at ReadWriteHack: "We flat out don't need any more programming languages! What we need is efficient implementations of the ones we have now and IDEs / version control systems that enforce software engineering discipline." There was no need for assembly -- writing straight machine code worked. There was no need for C -- writing straight assembly worked. Etc, etc. There has never be…
It might be too soon to ask, but what distinguishes Rust from Google's Go or the D programming language? It seems to me that we've got three programming languages competing for the same niche.
Re: Mozilla Is Designing a New Programming Language Language Called Rust
#8Earlier quoted context omitted.
It might be too soon to ask, but what distinguishes Rust from Google's Go or the D programming language? It seems to me that we've got three programming languages competing for the same niche.
Not a whole lot, conceptually, it seems. The syntax feels very Nemerle-like to me, though, which is nice. Definitely something to play around with, if nothing else.
Re: Mozilla Is Designing a New Programming Language Language Called Rust
#9Re: Mozilla Is Designing a New Programming Language Language Called Rust
#10> Ed Borasky recently commented here at ReadWriteHack: "We flat out don't need any more programming languages! What we need is efficient implementations of the ones we have now and IDEs / version control systems that enforce software engineering discipline." There was no need for assembly -- writing straight machine code worked. There was no need for C -- writing straight assembly worked. Etc, etc. There has never be…
It might be too soon to ask, but what distinguishes Rust from Google's Go or the D programming language? It seems to me that we've got three programming languages competing for the same niche.