this post was submitted on 25 Apr 2025
283 points (97.6% liked)

Linux

7330 readers
299 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 weeks ago (3 children)

What about case insensitive programming languages?

Im a python programmer so I'm used to it, but my coworkers are SAS programmers that is case insensitive and they keep getting errors when trying to write python because of that.

[–] onlinepersona 1 points 2 weeks ago (1 children)

Python is case insensitive? Or do mean that it's not? The phrasing is a little confusing.

[–] starshipwinepineapple 2 points 1 week ago

Python is case sensitive. I think they're saying their coworkers are writing case insensitive code which is causing errors (perhaps writing myFunction and then calling it via myfunction which would result in an undefined error)

load more comments (1 replies)