this post was submitted on 22 Jun 2024
1 points (100.0% liked)

Programmer Humor

25111 readers
837 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dmMeYourNudes@lemmynsfw.com 0 points 1 year ago (2 children)

I am once again asking programmers to explain the joke

[–] azdle@news.idlestate.org 0 points 1 year ago (1 children)

C was originally created as a "high-level" language, being more abstract (aka high-level) than the other languages at the time. But now it's basically considered very slightly more abstract than machine code when compared to the much higher level high-level languages we have today.

[–] Corbin@programming.dev 1 points 1 year ago

Other way around, actually; C was one of several languages proposed to model UNIX without having to write assembly on every line, and has steadily increased in abstraction. Today, C is specified relative to a high-level abstract machine and doesn't really resemble any modern processing units' capabilities.

Incidentally, coming to understand this is precisely what the OP meme is about.