Borland and Microsoft have created (in the past, they've given up on it because it was highly unpopular) localised versions of their programming languages, so it can be done.
If you base it on C, the mathematical syntax wouldn't need much in the way of translation.
jwenting
duckman
8,522 posts since Nov 2004
Reputation Points: 1,656
Solved Threads: 345
Skill Endorsements: 19
are you really so stupid as to think that computers can't accept input in any language except English?
jwenting
duckman
8,522 posts since Nov 2004
Reputation Points: 1,656
Solved Threads: 345
Skill Endorsements: 19
Not stupid ... Just less informed than you
No, it's really a question of stupidity, because you'd have to have a seriously questionable understanding of what you can do with computation if you have to wonder whether programs could take input in other languages.
Rashakil Fol
Super Senior Demiposter
2,732 posts since Jun 2005
Reputation Points: 1,153
Solved Threads: 182
Skill Endorsements: 25
You could write the higher level programming language in any human language you want. Whatever human language you want to use would have to compile down to whatever assembly language is used on the target computer. That shouldn't be a proglem either unless you want that assembly language instruction set to be written in something other than English.
Ancient Dragon
Achieved Level 70
32,145 posts since Aug 2005
Reputation Points: 5,836
Solved Threads: 2,577
Skill Endorsements: 69
Of course the creation of any high level programming language from scratch (including presumably compilers etc.) is a far from trivial task which is unlikely to be something a single person can achieve successfully in a few months time.
jwenting
duckman
8,522 posts since Nov 2004
Reputation Points: 1,656
Solved Threads: 345
Skill Endorsements: 19
This seems rather simple.
C is written in an English like syntax. If you want to talk and write C code, use the syntax etc.
Chinese is written in a Chinese like syntax. If you want to talk and write Chinese, use the syntax etc.
Never heard of a person talking Chinese in the Swahili language!
ddanbe
Industrious Poster
4,298 posts since Oct 2008
Reputation Points: 2,121
Solved Threads: 723
Skill Endorsements: 26
Have you never heard of mixed-language programming :)
Ancient Dragon
Achieved Level 70
32,145 posts since Aug 2005
Reputation Points: 5,836
Solved Threads: 2,577
Skill Endorsements: 69
@AD: In fact I have done some mixed language programming in the past century. :)
In 2003 I bought a new Dutch(my native language) version of Excel. It was pure horror!!! Being used to the IF function for about 20 years and then have to type something like ALS(Dutch for IF) :'(
ddanbe
Industrious Poster
4,298 posts since Oct 2008
Reputation Points: 2,121
Solved Threads: 723
Skill Endorsements: 26