View Poll Results: Which op will have 100 kicks first?

Voters
15. You may not vote on this poll
  • Antibot

    1 6.67%
  • RogueSpy

    2 13.33%
  • Hogfly

    2 13.33%
  • Louie

    5 33.33%
  • JP

    0 0%
  • Quad

    0 0%
  • xy

    0 0%
  • uraloony

    0 0%
  • Negative

    4 26.67%
  • other

    1 6.67%
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: favorite language?

  1. #11
    Senior Member
    Join Date
    Dec 2001
    Posts
    590
    In fact, if Java had been compiled to machine code, I'd probably use it exclusively.
    But if it were compiled to machine code, wouldn't that machine code have to be specific to the machine it was compiled on? Doesn't that mean it would take away one of java's main advantages, platform-independency?

    I really don't know too much about it, is it right, anyone know?

    Greg
    \"Do you know what people are most afraid of?
    What they don\'t understand.
    When we don\'t understand, we turn to our assumptions.\"
    -- William Forrester

  2. #12
    Senior Member
    Join Date
    Aug 2001
    Posts
    356
    well, it would take away the independency for that binary file, but the same source could be compiled on any platform.
    -8-

    There are 10 types of people in this world: those who understand binary, and those who dont.

  3. #13
    Senior Member
    Join Date
    Dec 2001
    Posts
    590
    Yeah, but as java is used widely on the Internet, having to compile it on every page that has an applet isn't a real good idea. I also don't see many people giving source code to everyone who visits their sites.

    Greg
    \"Do you know what people are most afraid of?
    What they don\'t understand.
    When we don\'t understand, we turn to our assumptions.\"
    -- William Forrester

  4. #14
    Junior Member
    Join Date
    Aug 2001
    Posts
    17
    C++ and assembly for me not that i'm good at either of them, but those are the most useful imo

  5. #15
    Senior Member
    Join Date
    Nov 2001
    Posts
    472
    Originally posted here by cgkanchi
    if Java had been compiled to machine code, I'd probably use it exclusively.
    So go ahead and compile java to machine code then! It can be done with tools from GCC (the guys who make the wonderful C compiler). Go to http://gcc.gnu.org/java/

    I suppose the advantage of using this library is that it will speed up the code. There are some disadvantages also, the lib doesn't support all of the JDK, things like GUI is left out.

    So I got a better solution for you: Use the QT-library for C++ provided by Trolltech. It's just like programming java. It fixes the GUI, networking, multithreading, they even got an actionlistener implemented (but they call it 'signals/slots'). And best of all, the code runs one both windows and *nix! (You have to recompile of course). But ok, I admit QT hasn't got all the functionality of J2EE.
    ---
    proactive

  6. #16
    Senior Member
    Join Date
    Sep 2001
    Posts
    535
    forme the best languages are C and C++ and assembly... because u can make something very very strong using C and C++ and Assembly... this can be a deadly combination...

    intruder
    A laptop, internet connection and beer.

  7. #17
    Senior Member
    Join Date
    Dec 2001
    Posts
    590
    Hmmm...is that your favourite programming language is it?? You are a stupid-head.

    Greg
    \"Do you know what people are most afraid of?
    What they don\'t understand.
    When we don\'t understand, we turn to our assumptions.\"
    -- William Forrester

  8. #18
    The Lizard King SarinMage's Avatar
    Join Date
    Jan 2002
    Location
    Maine
    Posts
    564
    c++ is my favorite, i find the way its set up, With classes and such, easy to work with.
    --------------------------
    http://www.sid3.xyz

  9. #19
    Junior Member
    Join Date
    Mar 2002
    Posts
    5

    Thumbs up C++

    C++ is by far my favourite programming language.

  10. #20
    Senior Member
    Join Date
    Oct 2001
    Location
    Helsinki, Finland
    Posts
    570
    I do VB. Easy but can also do complicated things. 2nd choice would be QBasic, I actually just yesterday updated my chatterbot I started some 4 years ago. I should turn it into VB... It's not too intelligent, but they never are, you know... Check http://www.loebner.net/Prizef/loebner-prize.html for the yearly Turing test competition results and logs... Oh but now I'm somewhat off-topic...
    Q: Why do computer scientists confuse Christmas and Halloween?
    A: Because Oct 31 = Dec 25

Posting Permissions

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