🎬 Конкурс коротких відео #KebukExperience🎬 Конкурс відео
Виграй сертифікат на 500 грн! ⏰ До 18 грудня⏰ До 18.12

Rust is a language for systems programming.
This bears some explanation these days, as systems programming is unfamiliar to most working programmers. Yet it underlies everything we do.
You close your laptop. The operating system detects this, suspends all the running programs, turns off the screen, and puts the computer to sleep. Later, you open the laptop: the screen and other components are powered up again, and each program is able to pick up where it left off. We take this for granted. But systems programmers wrote a lot of code to make that happen. In short, systems programming is resource-constrained programming. It is programming when every byte and every CPU cycle counts. The amount of systems code involved in supporting a basic app is staggering.
This book will not teach you systems programming.
Коментарі
Щоб залишити коментар, будь ласка, увійдіть або зареєструйтесь