راست (زبان برنامه‌نویسی) (Persian Wikipedia)

Analysis of information sources in references of the Wikipedia article "راست (زبان برنامه‌نویسی)" in Persian language version.

refsWebsite
Global rank Persian rank
383rd place
1,455th place
1st place
1st place
3,696th place
6,716th place
low place
low place
1,686th place
5,711th place
low place
low place
2,161st place
3,590th place
low place
low place
1,082nd place
2,018th place
388th place
1,033rd place
6,158th place
low place
low place
low place
187th place
664th place
551st place
737th place
193rd place
301st place
838th place
238th place
low place
low place
4,683rd place
low place
8,542nd place
5,006th place
low place
7,439th place

arstechnica.com

github.com

google.ca

books.google.ca

  • Balbaert, Ivo (2015-05-27). Rust Essentials (به انگلیسی). Packt Publishing Ltd.

infoq.com

  • Avram, Abel (2012-08-03). "Interview on Rust, a Systems Programming Language Developed by Mozilla". InfoQ. Retrieved 2013-08-17. 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 70s and early 80s 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.

infoworld.com

lambda-the-ultimate.org

medium.com

mozilla.com

blog.mozilla.com

mozilla.org

mail.mozilla.org

  • Hoare, Graydon (2011-04-20). "[rust-dev] stage1/rustc builds". Archived from the original on 20 July 2011. Retrieved 2011-04-20. After that last change fixing the logging scope context bug, looks like stage1/rustc builds. Just shy of midnight :)

hacks.mozilla.org

  • «Shipping Rust in Firefox» (به انگلیسی). دریافت‌شده در ۲۰۱۷-۰۶-۲۱.

onesignal.com

pcwalton.blogspot.com

  • Walton, Patrick (2010-12-05). "C++ Design Goals in the Context of Rust". Retrieved 2011-01-21. … 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…

phoronix.com

reddit.com

rpnegar.com

rust-lang.org

blog.rust-lang.org

  • "Announcing Rust 1.21". blog.rust-lang.org. 2017-10-12. Retrieved 2017-10-13.

rust-lang.org

slideshare.net

  • "Future Tense". 2011-04-29. Retrieved 2012-02-06. At Mozilla Summit 2010, we launched Rust, a new programming language motivated by safety and concurrency for parallel hardware, the “manycore” future which is upon us.

techcrunch.com

torproject.org

lists.torproject.org

web.archive.org

  • Hoare, Graydon (2010-10-02). "Rust Progress". Archived from the original on 22 October 2013. Retrieved 2010-10-30.
  • Hoare, Graydon (2011-04-20). "[rust-dev] stage1/rustc builds". Archived from the original on 20 July 2011. Retrieved 2011-04-20. After that last change fixing the logging scope context bug, looks like stage1/rustc builds. Just shy of midnight :)

wired.com