How do you pronounce it?

  • Thread starter Thread starter Guest
  • Start date Start date
Daniel said:
Actually, there is already a language called D, its sort of between
unmanaged C++ and C#, as I recall. Its designed as an evolution of C++.

The D language - invented by Walter Bright, author of Datalight C, which
became Zortech C++ (the first C++ compiler that generated native code
directly instead of going through a pre-processor such as c-front),
which became Symantec C++, which was orphaned (I think).

http://www.digitalmars.com/d/index.html

There's some interesting stuff there.

Walter also offers a free C++ compiler that I believe is the successor
to Symantec C++:

http://www.digitalmars.com/
 
Yes, but people usually just make abrevations or acronyms for it, Visual
Basic becomes VB for example.

"Delphi" (as in the name of the language) is never shortened. A good
one-word name like this would be ideal.
 
D looks like a language done right.
The D language - invented by Walter Bright, author of Datalight C, which
became Zortech C++ (the first C++ compiler that generated native code
directly instead of going through a pre-processor such as c-front),
which became Symantec C++, which was orphaned (I think).

http://www.digitalmars.com/d/index.html

There's some interesting stuff there.

Walter also offers a free C++ compiler that I believe is the successor
to Symantec C++:

http://www.digitalmars.com/
 
C# Learner said:
"Delphi" (as in the name of the language) is never shortened. A good
one-word name like this would be ideal.

Of course, the word delphi is horribly common itself, theres the oracle, the
programming language, the company, etc. Basically any term that makes any
sense(as opposed to Gradapolisilaka) is probably going to be tough on some
level to search for.
 
C# Learner said:
"Delphi" (as in the name of the language) is never shortened. A good
one-word name like this would be ideal.

Likewise Java, Pascal, FORTRAN, Algol. Those are successful names.

PL/1 (alias PL/I) was the worst -- the whole world vacillated between two
ways of spelling it the whole time.

What is the current state of the art with PL/1? I presume it is still
widely used on IBM mainframes. There was a PL/1 compiler for PCs around
1984, but we never used it -- Turbo Pascal came along and won our loyalty.
I haven't heard of PL/1 since then, but I wonder about it.
 
Daniel O'Connell said:
Of course, the word delphi is horribly common itself, theres the oracle, the
programming language, the company, etc. Basically any term that makes any
sense(as opposed to Gradapolisilaka) is probably going to be tough on some
level to search for.

Very good point. Programming languages should not be named after anything
else. But they should be simple.

FORTRAN, COBOL, ALGOL are original acronyms, but Algol was also the name of
a star (Beta Persei).

Java, Pascal, Delphi are words that were already in wide use for other
things.
 
Jon said:
C# Learner wrote:




Hmm? It's always D - D1, D2, ..., D8. DfN. DfL. &c.

Yeah -- it's shortened when referring to the name of the IDE, but I
can't recall ever seeing it shortened when referring to the name of the
_language_.

For clarity: Delphi is both the name of an IDE and a programming language.
 
C# Learner said:
"Delphi" (as in the name of the language) is never shortened.

Thats because Object Pascal is the language that the Delphi IDE compiles.

andrew
 
andrew said:
Thats because Object Pascal is the language that the Delphi IDE compiles.

andrew

Not any more. The language is now officially called Delphi.

http://groups.google.com/[email protected]#link47

-or-

http://tinyurl.com/2lhwk

Check out John Kaster's reply to the above linked message. John Kaster
works for Borland.

This has been argued at length in the Borland newsgroups, with Borland
staff claiming that the language was _meant_ to be called "Delphi" all
along.
 
Back
Top