Related articles |
---|
[2 earlier articles] |
Re: compiler for Chinese development language haberg@math.su.se (2005-10-14) |
Re: compiler for Chinese development language sgganesh@gmail.com (Ganny) (2005-10-17) |
Re: compiler for Chinese development language djg@tramontana.co.hu (DEÁK JAHN, Gábor) (2005-10-19) |
Re: compiler for Chinese development language gentlezhao@126.com (gentlezhao) (2005-10-19) |
Re: compiler for Chinese development language torbenm@app-6.diku.dk (2005-10-19) |
Re: compiler for Chinese development language owong@castortech.com (Oliver Wong) (2005-10-19) |
Re: compiler for Chinese development language Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2005-10-19) |
Re: compiler for Chinese development language kenrose@tfb.com (Ken Rose) (2005-10-19) |
Re: compiler for Chinese development language DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-10-19) |
Re: compiler for Chinese development language haberg@math.su.se (2005-10-19) |
Re: compiler for Chinese development language gah@ugcs.caltech.edu (glen herrmannsfeldt) (2005-10-19) |
Re: compiler for Chinese development language gah@ugcs.caltech.edu (glen herrmannsfeldt) (2005-10-20) |
Re: compiler for Chinese development language mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2005-10-20) |
[15 later articles] |
From: | =?ISO-8859-1?Q?J=FCrgen_Kahrs?= <Juergen.Kahrs@vr-web.de> |
Newsgroups: | comp.compilers |
Date: | 19 Oct 2005 02:40:34 -0400 |
Organization: | Compilers Central |
References: | 05-10-08505-10-096 05-10-107 |
Keywords: | i18n |
Posted-Date: | 19 Oct 2005 02:40:34 EDT |
Ganny wrote:
> Ok, one basic question. Why is that the programming languages (like
> C++) have reserved keywords in English? Why not some other
> language/alternative?
Do you really think that the language (English) matters ? In the
1980s, here in Germany, someone offered BASIC interpreters with
keywords in German. Nobody wanted these interpreters.
If you think about it, you will notice that the natural language of
the keywords doesnt matter. How many keywords does a language have ?
Perhaps a few dozen. Most of the learning effort goes into learning
the _concept_ (procedure, loop, array, memory allocation, linking) and
not the word itself.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.