Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Programming Rust: Fast, Safe Systems Development

Posted By: First1
Programming Rust: Fast, Safe Systems Development

Programming Rust: Fast, Safe Systems Development by Jim Blandy
English | December 18th, 2017 (2018 Edition) | ISBN: 1491927283, 9781491927281 | 621 Pages | True PDF | 9.99 MB

This practical book introduces systems programmers to Rust, the new and cutting-edge language. You'll learn how Rust offers the rare and valuable combination of statically verified memory safety and low-level control–imagine C++, but without dangling pointers, null pointer dereferences, leaks, or buffer overruns.

Author Jim Blandy –a former maintainer of GNU Emacs and GNU Guile–demonstrates how Rust has the potential to be the first usable programming language that brings the benefits of an expressive modern type system to systems programming. Rust's rules for borrowing, mutability, ownership, and moves versus copies will be unfamiliar to most systems programmers, but they're key to Rust's unique advantages.

This book presents Rust's rules clearly and economically; elaborates on their consequences; and shows you how to express the programs you want to write in terms that Rust can prove are free of broad classes of everyday errors.

Enjoy My Blog | Subscribe My RSS Channel