this post was submitted on 12 Oct 2023
-38 points (31.0% liked)

Programmer Humor

32483 readers
326 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ch00f@lemmy.world 20 points 1 year ago (1 children)

Assembly. Each command literally translates to a binary number that the processor will interpret to perform certain functions.

[โ€“] alokir@lemmy.world 6 points 1 year ago

Or bytecode that the runtime will interpret