Skip to main content

One doc tagged with "compiler"

View all tags

Core Concepts: Compiled Language and Static Typing

Following our exploration of Rust's wide range of applications, this article dives into two of the most fundamental concepts that underpin Rust's power: its nature as a compiled language and its use of static typing. Understanding these concepts is essential for grasping how Rust achieves its impressive performance and reliability.