Kent Rancourt
Oct 1, 2022

It's layers. Most other language's compilers and runtimes are written in C, which itself is written in assembly. Assembly programs are composed only of very simple instructions. It takes a lot of instructions to do many things that would seem effortless in other languages. Assembly is closely tied to CPU architecture. A CPU is literally a mass of microscopic digital circuits that can perform those simple assembly instructions.

Kent Rancourt
Kent Rancourt

Written by Kent Rancourt

Kent is a founding engineer at Akuity, working primarily with Kubernetes, Argo CD, and other open source projects.

No responses yet