this post was submitted on 15 Feb 2025
400 points (98.8% liked)

Programmer Humor

35292 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
[–] [email protected] 13 points 2 months ago (10 children)

Well I be damned. What does the Fortran do ?

[–] [email protected] 14 points 2 months ago (6 children)

Its just easy to write super-optimised code snippets in without having to break out into assembly.

[–] [email protected] 3 points 2 months ago (5 children)

What is the reason to avoid assembly? Is it prohibitively difficult?

[–] [email protected] 9 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

load more comments (4 replies)
load more comments (4 replies)
load more comments (7 replies)