Rust Programming Language: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Rust Programming Language is a Systems Programming Language that ... * <B>Example(s):</B> ** Rust v1.18. * <B>See:</B> Stack Overflow, Multi-Paradigm Progr...") |
No edit summary |
||
Line 2: | Line 2: | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** [[Rust v1.18]]. | ** [[Rust v1.18]]. | ||
* <B>See:</B> | * <B>See:</B> [[Multi-Paradigm Programming Language]], [[Compiled Language]], [[Concurrent Programming]], [[Functional Programming]], [[Imperative Programming]], [[Structured Programming]], [[Generic Programming]], [[Static Typing]], [[Strong Typing]], [[Type Inference]], [[Nominal Type System]]. | ||
---- | ---- | ||
---- | ---- |
Revision as of 19:36, 7 November 2017
A Rust Programming Language is a Systems Programming Language that ...
- Example(s):
- See: Multi-Paradigm Programming Language, Compiled Language, Concurrent Programming, Functional Programming, Imperative Programming, Structured Programming, Generic Programming, Static Typing, Strong Typing, Type Inference, Nominal Type System.
References
2017
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Rust_(programming_language) Retrieved:2017-11-7.
- Rust is a systems programming language sponsored by Mozilla Research.[1] It is designed to be a "safe, concurrent, practical language",[2] supporting functional and imperative-procedural paradigms. Rust is syntactically similar to C++, but is designed for better memory safety while maintaining performance. Rust is an open source programming language. The design of the language has been refined through the experiences of writing the Servo[3] web browser layout engine and the Rust compiler. A large portion of current commits to the project are from community members.[4] Rust won first place for "most loved programming language" in the Stack Overflow Developer Survey in 2016 and 2017.
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedlamda
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedFAQ - The Rust Project
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedrustinservo
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedcontributors