Rust (limbaj de programare) (Romanian Wikipedia)

Analysis of information sources in references of the Wikipedia article "Rust (limbaj de programare)" in Romanian language version.

refsWebsite
Global rank Romanian rank
low place
low place
383rd place
1,305th place
4,643rd place
low place
1st place
1st place
1,518th place
3,636th place
low place
low place
69th place
132nd place
low place
low place
786th place
1,547th place
low place
low place
low place
low place
low place
low place
low place
low place
low place
low place
low place
low place
low place
low place
low place
low place
388th place
446th place
6,158th place
low place
3,857th place
4,039th place
low place
low place
272nd place
376th place
4,423rd place
low place
low place
low place

apriorit.com

  • „Rust vs. C++ Comparison”. Accesat în . Rust is syntactically similar to C++, but it provides increased speed and better memory safety 

arstechnica.com

arxiv.org

cnet.com

reviews.cnet.com

  • Rosenblatt, Seth (). „Samsung joins Mozilla's quest for Rust”. Arhivat din original la . Accesat în . [Brendan Eich] noted that every year browsers fall victim to hacking in the annual Pwn2Own contest at the CanSecWest conference. "There's no free memory reads" in Rust, he said, but there are in C++. Those problems "lead to a lot of browser vulnerabilities" and would be solved by Rust, which is a self-compiling language. 

debian.org

packages.debian.org

dreamwidth.org

graydon2.dreamwidth.org

github.com

gitlab.freedesktop.org

groups.google.com

  • „Command Optimizations?”. . Accesat în . I just added the outline of a Result library that lets you use richer error messages. It's like Either except the names are more helpful. The names are inspired by Rust's Result library. 

idris-lang.org

docs.idris-lang.org

infoq.com

  • Avram, Abel (). „Interview on Rust, a Systems Programming Language Developed by Mozilla”. InfoQ. Accesat în . GH: A lot of obvious good ideas, known and loved in other languages, haven't made it into widely used systems languages ... There were a lot of good competitors in the late 1970s and early 1980s in that space, and I wanted to revive some of their ideas and give them another go, on the theory that circumstances have changed: the internet is highly concurrent and highly security-conscious, so the design-tradeoffs that always favor C and C++ (for example) have been shifting. 

lambda-the-ultimate.org

lwn.net

  • Brown, Neil (). „A taste of Rust”. Accesat în . ... Other more complex data structures could clearly be implemented to allow greater levels of sharing, while making sure the interface is composed only of owned and managed references, and thus is safe from unplanned concurrent access and from dangling pointer errors. 

mozilla.github.io

nondot.org

nostarch.com

openbsd.org

cvsweb.openbsd.org

pcwalton.blogspot.com

  • Walton, Patrick (). „C++ Design Goals in the Context of Rust”. Accesat în . It's impossible to be 'as fast as C' in all cases while remaining safe ... C++ allows all sorts of low-level tricks, mostly involving circumventing the type system, that offer practically unlimited avenues for optimization. In practice, though, C++ programmers restrict themselves to a few tools for the vast majority of the code they write, including stack-allocated variables owned by one function and passed by alias, uniquely owned objects (often used with auto_ptr or the C++0x unique_ptr), and reference counting via shared_ptr or COM. One of the goals of Rust's type system is to support these patterns exactly as C++ does, but to enforce their safe usage. In this way, the goal is to be competitive with the vast majority of idiomatic C++ in performance, while remaining memory-safe ... 

pygments.org

rust-embedded.org

docs.rust-embedded.org

rust-lang.org

doc.rust-lang.org

rust-lang.org

blog.rust-lang.org

forge.rust-lang.org

static.rust-lang.org

stackoverflow.com

stackoverflow.com

insights.stackoverflow.com

web.archive.org

  • „FAQ – The Rust Project”. Rust-lang.org. Arhivat din original la . Accesat în . 
  • Rosenblatt, Seth (). „Samsung joins Mozilla's quest for Rust”. Arhivat din original la . Accesat în . [Brendan Eich] noted that every year browsers fall victim to hacking in the annual Pwn2Own contest at the CanSecWest conference. "There's no free memory reads" in Rust, he said, but there are in C++. Those problems "lead to a lot of browser vulnerabilities" and would be solved by Rust, which is a self-compiling language. 
  • „The Rust Language FAQ”. static.rust-lang.org. . Arhivat din original la . Accesat în . 

zdnet.com