this post was submitted on 15 Feb 2025
413 points (98.6% liked)

Programmer Humor

35180 readers
98 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
[–] dewritoninja@pawb.social 11 points 2 months ago

Not only is it very difficult to write in assembly, the resulting code is not portable. Meaning that if you wrote it on x86 assembly it can't run on ARM chips without emulation and that takes a significant hit on performance defeating the point