Rust
10
A general-purpose programming language emphasizing performance, type safety, and concurrency. It enforces memory safety, meaning that all references point to valid memory, without a garbage collector. To simultaneously enforce memory safety and prevent data races, its "borrow checker" tracks the object lifetime of all references in a program during compiling.
Details
News
Date | Post |
---|---|
Python type checking and package management |
Written With
Name | Description |
---|---|
OCaml | General-purpose, multi-paradigm language extending Caml with OO features. |
Communities
Name | Description |
---|---|
Context Free | Programming languages, including design, usage, implementation, and history. |