You don't have to learn English to code but it's way easier.
Asklemmy
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
APL was evidently written by an alien.
Not an answer to OP's question, but I know in PHP there's at least one error message that's in Hebrew.
Ah yeah T_PAAMAYIM_NEKUDOTAYIM https://stackoverflow.com/questions/592322/php-expects-t-paamayim-nekudotayim
Do don't have to first learn english. You could learn the basic without it but don't except to be a good programmer if you are not confortable reading technical document in english.
For better or worse, if you want to do anything meaningful with programming you'll have to learn english. You need to be able to find and understand documentation and help from other people online to get work done.
While many languages read left-to-right and have other artifacts of English words order, you do not need to learn English first. Knowing English makes it easier, but learning English first would make it harder.
I know it's not exactly the question, but C/C++ allow you to override any keyword with #define, so if you wanted, you can turn it into another language. I don't suggest doing that, but hey, you can.
Also somewhat related, but some languages like C# allow you to use Unicode in variable names.