Hi Steve, Ah, that makes sense. Really looking forward to the 1.0 release; I don't know if it's on the roadmap, but if there's a way to plug it into Android or iOS builds via LLVM, that would be really neat. Also went ahead and posted on Reddit. ;)
Cheers, and thank you to you and the team for your hard work. I was always wondering why there hasn't been an alternative to C++ in the same space until now, and Rust might finally be the answer especially if it also enables cross-platform with low penalty and easy interop (no more difficult than C). Kevin On Tue, Jun 10, 2014 at 5:42 PM, Steve Klabnik <[email protected]> wrote: > Hey Kevin! > > Thanks so much for sharing! This is the right place, though the Reddit > may be interested, too. > > I don't have a lot to say, but I _do_ have one or two things: > > > Rust doesn't have prefix/postfix increment? Or, I just didn't find the > right syntax of using it? > > It does not. x = x + 1. Much more clear, no confusion about what comes > back. Tricky code leads to bugs. :) > > > This isn't the fault of the Rust's team, but my learning was complicated > by the fact that a lot of the info on the web is out of date compared to > the latest release of Rust. ;) > > We've been trying to encourage people to put Rust version information > in posts, but it can be hard. Expect the official stuff to improve > rapidly as we approach 1.0 as well. >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
