Content deleted Content added
m Updated Rust's "Data is immutable" column to match how other languages are rated (it is the same as F# and Scala in this sense) |
m Updated "Lazy Evaluation" for Rust to better match how other languages are handled |
||
Line 72:
|[[Rust (programming language)|Rust]]
|{{No}}
|{{Partial}}, iterators are lazy<ref>{{cite web | url=https://doc.rust-lang.org/book/ch13-02-iterators.html | title=The Rust Programming Language, Processing a Series of Items with Iterators }}</ref>, external libraries exist<ref>{{cite web | url=https://crates.io/crates/lazy | title=Rust crate `lazy`}} </ref>
|style="background:#8CF; text-align:center"|Static<ref>{{cite web |url=https://doc.rust-lang.org/book/ch03-02-data-types.html | title=The Rust Programming Language, Data Types}}</ref>
|{{Yes}}<ref name="rust-traits">{{cite web | url=https://doc.rust-lang.org/book/ch10-02-traits.html | title=The Rust Programming Language, Traits}}</ref>
|