this post was submitted on 06 Mar 2025
119 points (94.1% liked)

Programming

18606 readers
237 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

I can’t believe nobody has done this list yet. I mean, there is one about names, one about time and many others on other topics, but not one about languages yet (except one honorable mention that comes close). So, here’s my attempt to list all the misconceptions and prejudices I’ve come across in the course of my long and illustrious career in software localisation and language technology. Enjoy – and send me your own ones!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 days ago* (last edited 2 days ago) (2 children)

Every language has words for yes and no.

Assuming yes and no means true and false, c has numbers (1, 0) for yes and no and c++ can use those numbers for yes and no because it is a superset of c.

Technically, it's 0 and non-0 but I always use 1. They are integers rather than keywords.

[–] PumaStoleMyBluff 5 points 2 days ago (1 children)

The article is not about programming languages 🫠

[–] [email protected] 1 points 2 days ago

@PumaStoleMyBluff @MyNameIsRichard anyway let's do programming languages. Most don't have either. Shell has yes but not no, while Prolog has both yes and no, but just as results, not as values.