Coding without English
-
Rohit Sinha wrote: And why didn't the idea work? First reason is the comment of Mother Teresa in your sig, unfortunately most people are not interested folowing this rule. :( Second reason is that outstanding software developers produced in our countries love to work for the country of President Bush. ;P
Imran Farooqui wrote: Second reason is that outstanding software developers produced in our countries love to work for the country of President Bush. Yeah, this problem is there in India too. :(
Regards,Rohit Sinha
Do not wait for leaders; do it alone, person to person.
- Mother Teresa -
Have any of you ever used any programming language that didn't use English-keywords? I mean imagine a future where you'll have a chinese version of C++!!! Or Hindi or Malayalam or Spanish! Egad! Eh? :~ In fact I have never even seen a programming related book that wasn't written in English. Nish
"I'm a bit bored at the moment so I'm thinking about writing a new programming language" - Colin Davies My book :- Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Ive thought about this before too. Does this mean we can imply that every programmer can speak at least a small amount of English? Has anyone (and Im sure they must) tried making use of the preprocessor and #define'ing all the English reserved words into another language? It would certainly make for some interesting looking programs!
-
Have any of you ever used any programming language that didn't use English-keywords? I mean imagine a future where you'll have a chinese version of C++!!! Or Hindi or Malayalam or Spanish! Egad! Eh? :~ In fact I have never even seen a programming related book that wasn't written in English. Nish
"I'm a bit bored at the moment so I'm thinking about writing a new programming language" - Colin Davies My book :- Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Once upon a time (in sixties) when Cobol ruled, french came out with a french version of Cobol. It has faded out rapidly. There might be some 'oldtimers' round here who can recall more details. Regards, Zdenek
"It's never too late to have a happy childhood." [Tom Robbins]
-
Vikram Punathambekar wrote: Only if you're thinking exclusively about C. I was talking about C++, read my original post. :)
Regards,Rohit Sinha
Do not wait for leaders; do it alone, person to person.
- Mother TeresaRohit Sinha wrote: I was talking about C++ :-O Vikram. "There's probably a Nish-like alien answering VB questions on a CP forum as we speak." - adamUK in The Lounge, discussing aliens and parallel universes. "Do not give redundant error messages again and again." - A classmate of mine, while giving a class talk on error detection in compiler design.
-
Rohit Sinha wrote: And why didn't the idea work? First reason is the comment of Mother Teresa in your sig, unfortunately most people are not interested folowing this rule. :( Second reason is that outstanding software developers produced in our countries love to work for the country of President Bush. ;P
Hmmm...is this the beginning of an Ind-Pak friendship? [insert hopeful emoticon here] I seriously hope the two Govts realize that all this while they've been doing NOTHING. On second thoughts, they were doing only HARM. Really, Imran, the answer is just what you quoted from Rohit's sig- it's the people who have to do it, not Govts. [Vikram extends olive branch] Vikram. "There's probably a Nish-like alien answering VB questions on a CP forum as we speak." - adamUK in The Lounge, discussing aliens and parallel universes. "Do not give redundant error messages again and again." - A classmate of mine, while giving a class talk on error detection in compiler design.
-
Nishant S wrote: Have any of you ever used any programming language that didn't use English-keywords? No. I doubt if one exists. :) Nishant S wrote: Hindi or Malayalam or Spanish! LOL! Definitely not in the near future. But tell you what- ask Colin (look at your sig) to write a programming language in Malayalam or Hindi or Marathi or whatever. But you'll have to teach him that language first :~ . Vikram. "There's probably a Nish-like alien answering VB questions on a CP forum as we speak." - adamUK in The Lounge, discussing aliens and parallel universes. "Do not give redundant error messages again and again." - A classmate of mine, while giving a class talk on error detection in compiler design.
Vikram Punathambekar wrote: Definitely not in the near future. Why not? Is there any good reason why a language cannot be written in some natural language other than English? Give it a try! Why not have a γ++? "Please don't put cigarette butts in the urinal. It makes them soggy and hard to light" - Sign in a Bullhead City, AZ Restroom
-
Say if we have a Hindi version of C++, we could use these instead of the regular words: Class: Varg Object: Vastu Function: Prakriya Ang Variables: Badalte Moolya Wale Soochana Ang Inheritance: Viraasat Polymorphism: Bahu Roop Encapsulation: Akikaran ... etc. :) ;) ;P :-D :-O :rolleyes: :laugh: :cool:
Regards,Rohit Sinha
Do not wait for leaders; do it alone, person to person.
- Mother TeresaThat's no more meaningless and confusing than the regular C++ syntax... It might even be an improvement! "Please don't put cigarette butts in the urinal. It makes them soggy and hard to light" - Sign in a Bullhead City, AZ Restroom
-
Once upon a time (in sixties) when Cobol ruled, french came out with a french version of Cobol. It has faded out rapidly. There might be some 'oldtimers' round here who can recall more details. Regards, Zdenek
"It's never too late to have a happy childhood." [Tom Robbins]
It was ALGOL, and it preceded COBOL. It was also completely unusable outside of a university for anything practical. ALgorithmic LOGic was its hallmark, but FORTRAN already did a better job of everything it attempted to accomplish and it died the death it richly deserved. I tried learning it, but the documentation was all in badly translated French, and the language sucked. Nothing was lost to the world when ALGOL expired... "Please don't put cigarette butts in the urinal. It makes them soggy and hard to light" - Sign in a Bullhead City, AZ Restroom
-
Ive thought about this before too. Does this mean we can imply that every programmer can speak at least a small amount of English? Has anyone (and Im sure they must) tried making use of the preprocessor and #define'ing all the English reserved words into another language? It would certainly make for some interesting looking programs!
C has never read like English in any case :-) What's the difference between a C++ programmer and God? God knows he's not a C++ programmer : anon
-
It was ALGOL, and it preceded COBOL. It was also completely unusable outside of a university for anything practical. ALgorithmic LOGic was its hallmark, but FORTRAN already did a better job of everything it attempted to accomplish and it died the death it richly deserved. I tried learning it, but the documentation was all in badly translated French, and the language sucked. Nothing was lost to the world when ALGOL expired... "Please don't put cigarette butts in the urinal. It makes them soggy and hard to light" - Sign in a Bullhead City, AZ Restroom
Don't touch my mother tongue Algol, pal. :) It was the first computer language I ran into at university. You are right, I've never used it but at classes. I was forced to switch to Cobol at my first job, and frankly, I missed Algol badly. A joke from old times: Cobol is for people who can't grasp the meaning of an expression C=A+B, but who are easy with this one: ADD A TO B GIVING C. Regards, Zdenek
"I forget what I was taught. I only remember what I've learnt." [Patrick White]
-
Have any of you ever used any programming language that didn't use English-keywords? I mean imagine a future where you'll have a chinese version of C++!!! Or Hindi or Malayalam or Spanish! Egad! Eh? :~ In fact I have never even seen a programming related book that wasn't written in English. Nish
"I'm a bit bored at the moment so I'm thinking about writing a new programming language" - Colin Davies My book :- Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Just found this - Marathi Basic. Basic isn't really a programming language, but technically... http://mbasic.8m.com Vikram. ----------------------------- 1. Don't ask unnecessary questions. You know what I mean? 2. Avoid redundancy at all costs. 3. Avoid redundancy at all costs. "Do not give redundant error messages again and again." - A classmate of mine, while giving a class talk on error detection in compiler design.
-
Don't touch my mother tongue Algol, pal. :) It was the first computer language I ran into at university. You are right, I've never used it but at classes. I was forced to switch to Cobol at my first job, and frankly, I missed Algol badly. A joke from old times: Cobol is for people who can't grasp the meaning of an expression C=A+B, but who are easy with this one: ADD A TO B GIVING C. Regards, Zdenek
"I forget what I was taught. I only remember what I've learnt." [Patrick White]
Zdenek Navratil wrote: but who are easy with this one: ADD A TO B GIVING C. Ouch!! I actually remember that one...:-O "Please don't put cigarette butts in the urinal. It makes them soggy and hard to light" - Sign in a Bullhead City, AZ Restroom
-
Say if we have a Hindi version of C++, we could use these instead of the regular words: Class: Varg Object: Vastu Function: Prakriya Ang Variables: Badalte Moolya Wale Soochana Ang Inheritance: Viraasat Polymorphism: Bahu Roop Encapsulation: Akikaran ... etc. :) ;) ;P :-D :-O :rolleyes: :laugh: :cool:
Regards,Rohit Sinha
Do not wait for leaders; do it alone, person to person.
- Mother TeresaAnytime I can use words like 'Vastu' and 'Bahu Roop' I'm a happy guy. :-D Hindu looks like a fun language to speak. BW "I always wanted to be somebody, but now I realize I should have been more specific." - Lily Tomlin
-
Anytime I can use words like 'Vastu' and 'Bahu Roop' I'm a happy guy. :-D Hindu looks like a fun language to speak. BW "I always wanted to be somebody, but now I realize I should have been more specific." - Lily Tomlin
brianwelsch wrote: Hindu looks like a fun language to speak. :) Hindi is the name of the language. :) A Hindu is a follower of Hinduism (religion), just like a Christian is a follower of Christianity.
Regards,Rohit Sinha
Do not wait for leaders; do it alone, person to person.
- Mother Teresa -
brianwelsch wrote: Hindu looks like a fun language to speak. :) Hindi is the name of the language. :) A Hindu is a follower of Hinduism (religion), just like a Christian is a follower of Christianity.
Regards,Rohit Sinha
Do not wait for leaders; do it alone, person to person.
- Mother TeresaOooops. :-O That didn't make much sense then did it? :rolleyes: Still, Hindi looks like a neat language. And Hindu's seem fun too. :-D BW "I always wanted to be somebody, but now I realize I should have been more specific." - Lily Tomlin