Write Great Code, Volume 2, 2nd Edition

by Randall Hyde

★★★★☆
4.0 (565)

US$15.00

15% OFF CODE: SAVE15

Description

Explains how compilers translate high-level language source code (like code written in Python) into low-level machine code (code that the computer can understand) to help readers understand how to produce the best low-level, computer readable machine code. In the beginning, most software was written in assembly, the CPU's low-level language, in order to achieve acceptable performance on relatively slow hardware. Early programmers were sparing in their use of high-level language code, knowing tha