What code u think is better to use and easier to use

Discussion in 'Code Snippets and Tutorials' started by Hood94, Jul 2, 2009.

?

What code is better

  1. Java

    3 vote(s)
    37.5%
  2. C++

    1 vote(s)
    12.5%
  3. Pascal

    0 vote(s)
    0.0%
  4. Perl

    2 vote(s)
    25.0%
  5. PHP

    1 vote(s)
    12.5%
  6. VB-Script

    0 vote(s)
    0.0%
  7. Visual Basic

    1 vote(s)
    12.5%
  8. Delphi

    0 vote(s)
    0.0%
  9. Other Languages

    0 vote(s)
    0.0%
Thread Status:
Not open for further replies.
  1. Hood94

    Hood94 Newbie

    Joined:
    Jun 27, 2009
    Messages:
    2
    Likes Received:
    0
    Just want to see what people think
     
  2. eppy

    eppy Level I

    Joined:
    Apr 29, 2009
    Messages:
    45
    Likes Received:
    0
    iv programed in java, C, C++ and perl, i find perl the easiest to use but that probably cause it the the one iv used the most.
     
  3. ricothegreat221

    ricothegreat221 Level II

    Joined:
    May 8, 2009
    Messages:
    302
    Likes Received:
    3
    w00t Perl ftw.

    why aren't Ruby and Python on there though?
     
  4. Heya_old

    Heya_old Level IV

    Joined:
    Mar 31, 2008
    Messages:
    928
    Likes Received:
    46
    java ftw :D i think java is one of the strongest and best out of those, though for a new programmer, i'd suggest C++ instead of java.

    VB.net has a LOT of power for is simplisity, i just don't like how much CPU vb.net programs use... They also tend to be written by people that don't understand programming alot, cause its so easy, and as so, they tend to be written really poorly, but ricky and expon both prove how to write pro level programs with vb.net :)
     
  5. ricothegreat221

    ricothegreat221 Level II

    Joined:
    May 8, 2009
    Messages:
    302
    Likes Received:
    3
    Actually, I hear that Java is one of the best languages for beginners. That always seems to be the first one taught... though I don't know either Cpp or Java, so I can't speak from firsthand experience. However, I did ask a CS professor at a university I looked into why that was.

    Apparently, Java is simpler than languages like Python or Perl, so it's easier for a beginner. I was also told that it was easier than Cpp because it was definitively object oriented, whereas Cpp is C with OOP hacked in, so it tends to be schizophrenic.
     
  6. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Java is a pretty good language. Its powerful, but its code tends to get very long and stuff. C++ generally has cleaner code, even though it may look like a mess to a beginner.
     
  7. Dillon

    Dillon Newbie

    Joined:
    Jun 19, 2009
    Messages:
    27
    Likes Received:
    2
    Location:
    Somewhere over the rainbow
    Whats better Java or C++.

    Whats easier, for me it was Java. But thats because I learned it at school
    Visual Basic is okay but its not really that fun in my opinion to use.
     
  8. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    In terms of raw computing power and speed, C++ just pwns all competition.
    Java is a friendlier to programming newbies in that the code is more intuitive and more organized. C++ has a more hacker-oriented paradigm and so you usually end up with convoluted code :D
     
Thread Status:
Not open for further replies.