Anyone else the English-like syntax of some languages? You know when a code is worded like like an English sentence?Python is known for this. It's supposed to help with readability and understanding but for some reason I actually find it confusing, and the cold mechanical structure of something like C or C++ is easier to follow. Am I autistic? Or maybe it's just because I'm ESL (not indian btw).
>>106511572>Anyone else theAnyone else HATE, I meant to saySorry
>>106511572I find terse, minimalist, quirky languages like C to be much esier to read and remember. Use long, descriptive names for identifiers and leave everything else to symbols.