this post was submitted on 17 Aug 2024
704 points (95.4% liked)

Programmer Humor

32497 readers
480 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] auzy@lemmy.world 3 points 3 months ago

And about 20 in perl. But the return trip is 300 years

[–] HStone32@lemmy.world 1 points 2 months ago (2 children)

can you really call python programming though? The reason why python is so quick to write is because its so-called libraries are pre-compiled C programs. so you're not writing new programs, you're scripting existing ones.

[–] jeena@piefed.jeena.net 1 points 2 months ago (1 children)
[–] HStone32@lemmy.world 1 points 2 months ago (1 children)

not really, imo. its more like a sequenced list of pointers to various instruction sets.

[–] jeena@piefed.jeena.net 1 points 2 months ago

But there are still if, while, function definitions, etc. in scripting languages. It doesn't seem to me that different than even programming in assembler. In Assembler you also call subroutines, etc. and in every other language you also call functions from libraries.

[–] aidan@lemmy.world 1 points 2 months ago

The same is true for JVM bytecode, and C operations really are just aliases for ASM operations, and ASM (sometimes) is just aliases for microcode operations

load more comments
view more: ‹ prev next ›