this post was submitted on 01 Aug 2026
123 points (99.2% liked)

No Stupid Questions

49333 readers
704 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 3 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] Vandalismo@lemmy.world 3 points 1 week ago* (last edited 1 week ago)

Only in the very beginning people use anything besides english

[–] Zwuzelmaus@feddit.org 3 points 1 week ago (11 children)

Do non-English speakers learn to code in English

Why should they?

Code is programming language, not natural language. If they have already learned some natural English, then maybe it seems practical. Otherwise, no reason to try that.

load more comments (11 replies)
[–] Kazumara@discuss.tchncs.de 2 points 1 week ago* (last edited 1 week ago)

Well we learn to code in the programming language that the teacher choses, not in any natural language at all, so neither English nor our native languages.

But all significant programming languages that I know do have reserved control words that are taken from English. Maybe that is the direction of your question?

Then no, mostly we don't use specifically crafted or preprocessed programming languages just to have control words recognizable as words in our native languages. We just learn the English-based control words as features of the programming language, if we don't already recognize them.

As for the variable names and natural language comments embedded in the code, that we create, that varies. I'd say as soon as interlingual collaboration or code sharing is a possibility, people will go for English in my experience. And I suspect that people who have gone for English before tend to stick to English even in their private use.

This is also related to learning materials, documentation of language features and libraries being available to the largest degree in English.

I perceive it as easier to stick to English, rather than to code switch between natural language while I program.

[–] phaedral@beige.party 2 points 1 week ago

@TheImpressiveX Back in 2000 I briefly taught at UC Santa Barbara. One class was a summer, two week course in Adobe Director for Japanese high school graduates prior to entering Ritsumeikan University. I cast about looking for a Japanese version of the program, but could not find it. One of the students later told me they wouldn't expect such a thing to exist, as English was the language of coding.

ymmv

[–] Alvaro@lemmy.blahaj.zone 2 points 1 week ago

There have been some interesting attempts to translate languages, but generally at most you would get phoneatically local names using English characters for functions and variables, etc.

[–] melsaskca@lemmy.ca 2 points 1 week ago

I have no clue but at the very least, a programmer names their own variables and, barring any special characters, they could be named in any language.

[–] protogen420@lemmy.blahaj.zone 1 points 1 week ago

i think it depends, for me at least, mostly being self taught, english entirely because I just think in english, search in english, speak in english to myself so much

[–] Kolanaki@pawb.social 1 points 1 week ago

The only things that tend to be in another language in code are variables and strings, from my experience.

[–] ZILtoid1991@lemmy.world 1 points 1 week ago

I learned to code before I learned proper English as a child.

However, many educators insist of forcing students to first learn Hungarian pseudocode (not Hungarian notation) stuff first, I specifically was forced to learn Hungarian pseudocode SQL, because our teacher thought the future of programming will be natural language programming (she was a mediocre mathematician). Problems with it include:

  • Hungarian is very antithetical to be used as keywords in a programming language, mainly by substituting affixes with different words, or keeping the affixes in certain ways.
  • Students who already know English or actual coding are confused by it.
  • Natural language programming is quite bad. Nothing is gained by throwing out programming symbols in favor of natural language. In fact, things are being lost, and the main advocates of NLP are just out-of-touch techbros, who think creation is about having a cool idea.
  • Time that could been spent learning other things are wasted on it.
load more comments
view more: ‹ prev next ›