Thread: What language did they make Java in?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905

    What language did they make Java in?

    I'm curious.

    -edit-
    My reasoning behind asking this:
    http://www.collegeboard.com/ap/pdf/a...rt_surveys.pdf

    To quote:
    Reasons for Changing
    • Safety is important at all levels of software design but especially when learning to program. Although there
    is some confusion about what a safe programming language is, we are using safety to mean: Any attempt to
    misinterpret data is caught at compile time or generates a well-specified error at run time. Java is a safe
    programming language. The Java compiler catches many inadvertent errors and the Java run time
    environment ensures that any attempt to misinterpet data will generate a well-defined exception.
    • A simple language should be used to teach programming in an introductory computer science course. A
    simple language will be grammatically as well as semantically uncomplicated. It will be easy to learn,
    because the notation will express programming concepts in a straightforward way. The appendix includes
    a comparison of some language features that illustrate how simplicity helped guide the APCS Ad Hoc
    Committee’s recommendation to switch to Java.
    • Object Orientation involving encapsulation, inheritance, polymorphism, and abstraction, is an important
    approach in programming and program design. It is widely accepted and used in industry and is growing in
    popularity in the first and second college-level programming courses.
    Point 1: What the hell? Why is it that we are deeming it ok to let programmers become lazy with their code now?
    Point 2: Simple language? Are you kidding me? If you want to teach a simple language, teach basic or something! Java is right on par with C++ on difficulty level.
    Point 3: Object Orientation: And..umm, C++ doesn't have that? *raises eyebrow*

    It just annoys me that Sun goes out of their way to bash C++ in to the ground.


    -edit 2-
    And why does Sun have a C compiler?
    http://docs.sun.com/source/819-0494/index.html

    Seems a bit odd....
    Last edited by jverkoey; 06-30-2005 at 11:51 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's up with Java programmers, anyway?
    By Sebastiani in forum A Brief History of Cprogramming.com
    Replies: 76
    Last Post: 06-11-2009, 06:17 AM
  2. Java for real-time applications
    By zacs7 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 08-26-2008, 06:34 AM
  3. Why C Matters
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 136
    Last Post: 01-16-2008, 09:09 AM
  4. Replies: 38
    Last Post: 08-12-2004, 11:11 PM
  5. C/C++ Vs Java
    By Spectrum48k in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 10-21-2002, 09:06 PM