comp.lang.ada
 help / color / mirror / Atom feed
* Java vs. Ada: Is C for Dummies?
@ 1996-08-23  0:00 Kenneth Mays
  1996-08-26  0:00 ` Mike Stark
  0 siblings, 1 reply; 2+ messages in thread
From: Kenneth Mays @ 1996-08-23  0:00 UTC (permalink / raw)



Greetings,

I think the colleges are still so focused on teaching people the C 
programming language that they never mention the pros and cons of 
Java or Ada95.

Java is "C++" for the rest of us. The people who don't care about 
using pointers, need garbage collection, and
care about cross compatibility. You can compile Java into its byte 
code form and run it through your host's Java VM (interpreter). Or, 
compile the byte code down to machine level for performance.

The fact is, Java is an enhancement from C - just like C++ was the 
superset of C. Ada95, C++, and Java are more on par with each other 
than C (the quick, the bad, and the ugly). So the issue should be: Is 
Java, Ada95, or C++ the best choice? I'd pick Ada95 or Java.

My reasoning deals with what I've seen of Ada95 and Java in 
real-world development. Java is great for internet work on multiple 
platforms. Ada95 is readable and easy to work with. I don't know how 
many engineers like playing around with pointer arithmetic, 
self-modifying code, or other hacks...but if you like doing that then 
you have C for the latest hacks. C seems to be the replacement for 
assembly coding.

I could talk more on this issue, but see if you can really debate the 
Java vs. Ada95 issue. I can come up with some easy reason why we need 
both languages (or why we need different ones). Every language has a 
specific purpose of why it was made. We still use COBOL, why not redo 
everything in C if its so great?

Ken Mays
Ada95 Researcher




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-08-26  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-23  0:00 Java vs. Ada: Is C for Dummies? Kenneth Mays
1996-08-26  0:00 ` Mike Stark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox