this post was submitted on 01 Oct 2023
473 points (96.8% liked)

Programmer Humor

32380 readers
425 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

The audacity to do such a thing…

you are viewing a single comment's thread
view the rest of the comments
[–] mumblerfish@lemmy.world 28 points 1 year ago (2 children)

Would one not just use a dict/hashmap with int keys labelling lengths and the list of strings as the values?

[–] Brainsploosh@lemmy.world 29 points 1 year ago* (last edited 1 year ago) (1 children)

A programmer might, as trained/conditioned by the limits of programming languages.

A human would intuitively not, these are meaningless and/or convoluted concepts to the untrained human.

[–] QuazarOmega@lemy.lol 16 points 1 year ago

I like the implication that programmers aren't humans, but a sort of alien being naturally apt at algorithmic thinking, while puny humans are an irrational species that needs to undergo training from the mighty race of programmers if they hope to get into the field brought us here by the aliens

[–] Diplomjodler@feddit.de 5 points 1 year ago (3 children)
[–] Silinde@lemmy.world 7 points 1 year ago

'List' is the correct abstract term for any data structure that holds a given number of values in an order, regardless of the implementation. So Python's List, or C++'s Array or Vector, or a Linked List are all considered lists in the abstract sense.

[–] mumblerfish@lemmy.world 5 points 1 year ago

I did use 'list' and forgot it is called an 'array' or 'vector' in other languages. So sure, close enough :-)

[–] avonarret1@programming.dev 3 points 1 year ago

Because those are limited to Python? 😜