Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 43

Thread: What is the most powerful programming language?

  1. #11
    Member
    Join Date
    Sep 2001
    Posts
    66
    i would say that C/C++ are the most powerful,

    but the thought of programming in machine code intrigues me,

    pwaring, anywhere i could get some tutorials/books on it?
    \"I am convinced that societies which live without government enjoy an infinitely greater degree of happiness than those who do.\" Thomas Jefferson

  2. #12
    Senior Member
    Join Date
    Sep 2001
    Posts
    412
    Perl - powerful and flexible.

  3. #13
    Junior Member
    Join Date
    Nov 2001
    Posts
    11
    Originally posted by petemcevoy
    Perl - powerful and flexible.
    Yes I would have to agree and also say that perl is a powerful and very flexible language.
    A+ Cert. Computer Technician

  4. #14
    hehbris
    Guest
    Java is as flexible as sun lets the JVM be. Java is hardly the most flexible. It does however take advantage of object orientated methologies and offers many packages which result in completion of projects in a much shorter time. Can this be considered powerful? I am currently working on some commercial software in Java and due to its lack of flexibility, I must write native interfaces in C.

  5. #15
    Looks like C++ wins out.....thanks for your replies

  6. #16
    Senior Member
    Join Date
    Oct 2001
    Posts
    101

    Lightbulb it depends

    It really depends what you are trying to write.

    If you are doing something that requires speed such as games, os' etc, C/C++ definately wins out.

    Java is the most powerful for scientific simulations. You are able to predict atomic reactions and such with precise simulations because of the fact that it is a true object oriented language.

    VB ain't powerful, it just sucks. But we still gotta use it. :P

    Assembler does win hands down since it is the lowest common denominator. There are things that you can't do in any other language that you must do in assembler. Plus the fact that these languages are just assembler using a set of rules.

    Anyways, that's my two cents.
    - Stronzo

    \"Vini, Vici, Vidi\"
    I came, I saw, I conquered.
    - Julius Caesar

  7. #17
    Junior Member
    Join Date
    Nov 2001
    Posts
    5

    for: eesy

    Assembly is a great language.

    A good book is Introduction to RISC Assembly Language Programming by Waldron 0201398281

    RISC= Reduced Instruction Set Computer. It is a good little book to start with.

    Also you could get Computer Organization & Design by Patterson Hennessy 1558604286

    If you are using an intel chip you could get The Intel Microprocessors by Brey 0139954082.
    But you could get into trouble.

    You should start with the Waldron book, and use a simulator. You can ftp a simulator from ftp://ftp.cs.wisc.edu/pub/spim that goes with the book. Or better still write your own simulator. They are not too hard to write and it will give you a better understanding of assembly

  8. #18
    AO Antique pwaring's Avatar
    Join Date
    Aug 2001
    Posts
    1,409
    Originally posted by Matty Cross
    Isn't microsoft just removing the Java VM from the installation of the OS??

    I installed XP on my other computer to check it out, and I just had to install a java VM...
    The reason for this is Sun winning a lawsuit against Microsoft because MS was trying to make Java applets only work on their machines, or only with IE installed etc. (the usual stuff that MS does to retain it's stranglehold on the OS and browser markets).
    Paul Waring - Web site design and development.

  9. #19
    Senior Member
    Join Date
    Aug 2001
    Posts
    183
    It not only depends on the language itself, but also how well the programming utilizes the language......
    “People don’t talk about anything.” [Clarisse]
    “Oh, they must!” [Guy]
    “No, not anything. They name a lot of cars or clothes or swimming pools mostly and say how swell! But they all say the same things and nobody says anything different from anyone else. And most of the time in the cafes they have the joke-boxes on and the same jokes most of the time, or the musical wall lit and all the colored patterns running up and down, but it’s only color and all abstract. And at the museums, have you ever been? All abstract. That\'s all there is now...\"
    -A conversation with Clarrise McClellan and Guy Montag from Fahrenheit 451

  10. #20
    Senior Member
    Join Date
    Jul 2001
    Location
    USA
    Posts
    355
    C/C++ gets my vote
    \"SI JE PUIS\"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •