Fortran

Robert Dewar dewar@gnat.com
Wed Oct 20 13:19:00 GMT 2004


Tolga Dalman wrote:

> i believe, that it is possible to implement quite easily, but why would you do
> that? although the semantics of fortran wouldn't be affected, many developers
> could be confused by different syntax (= language) of the same language.
> so, IMHO, the translation of a programming language does not make much sense,
> but i believe, documentation translations are highly welcome!
> 
> best regards, 
> Tolga Dalman

There is a long history of versions of standard languages with
keywords translated into various languages. Translating the
keywords is of course easy enough. What is harder in some cases
is when the structure of a compound statement (such as if else)
does not match the native language.

So in fact to many people, it makes sense, especially say for
initial student introduction, to do these kind of translations.
Not all the world speaks english :-)




More information about the Gcc mailing list