The Easiest Programming Language.. what do you think?

Discussion in 'Programming' started by eLLaii, Mar 18, 2010.

  1. #1
    what do you think is the most easiest programming language to learn for the beginners?

    i think C language is the most easiest language to learn. :)
     
    eLLaii, Mar 18, 2010 IP
  2. NeoCambell

    NeoCambell Peon

    Messages:
    456
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    All the languages are not hard to learn at all. Only thing is you must learn the concepts in programming like data structures & algorithms, object oriented concepts, etc...
    C is my preferred language and using it for about 16 years without any problem. Read How to start programming? for some interesting details.
     
    NeoCambell, Mar 18, 2010 IP
  3. jijieyz

    jijieyz Guest

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    vb are the easiest one :p
     
    jijieyz, Mar 26, 2010 IP
  4. ElevatorGoingUp

    ElevatorGoingUp Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The easiest one is AppleScript. It's modified English. But that's only for Mac :)
     
    ElevatorGoingUp, Mar 29, 2010 IP
  5. themerie

    themerie Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    LOLcode by far.
     
    themerie, Mar 29, 2010 IP
  6. abstractworld

    abstractworld Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well C or C++ is actually really basic languages and are really effective. If you learn C or C++ you can learn lots of other languages. The syntax of C is most widely used in other pure and scripting languages. So start with C. Secondly, work on Algo design or Pseudocode. You will be able to interpret Pseudocode to other languages easily.
     
    abstractworld, Mar 30, 2010 IP
  7. palme

    palme Active Member

    Messages:
    320
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #7
    i think easiest P.L. is HTML, because this has only about 80 tags and you shall use it to make your page. XML is also very simple to learn because this language is also Markup Language.
     
    palme, Mar 31, 2010 IP
  8. rmartish

    rmartish Peon

    Messages:
    1,841
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #8
    PHP is the easiest programming language to learn there is no compiler, debugging, memory management, etc. Since it's server side you just need a good web server that has a php interpreter.
     
    rmartish, Apr 1, 2010 IP
  9. NeoCambell

    NeoCambell Peon

    Messages:
    456
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #9
    rmartish, php is a server side scripting language which is not usually considered as a main programming language. However it is the best when it comes to scripting languages, no doubt bout that.
    I think we usually refer programming languages as C++, Java, C#, Visual Basic, Delphi, etc...
    Web programming is a subset of programming with less programming techniques which is not good for learning programming concepts.
    So for an absolute beginner, it would be better to recommend a language like C++, Java or C# where they can practice concepts like advance data structures & algorithms, Object Oriented Concepts, etc...
     
    NeoCambell, Apr 1, 2010 IP
  10. abstractworld

    abstractworld Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I agree with NeoCambell. php is a scripting language. Also php it self is built in C :).
    About HTML, it is easiest but it is again not a language. Not like a programming language.
     
    abstractworld, Apr 2, 2010 IP
  11. JimBeam451

    JimBeam451 Guest

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I've been a programmer for basically all of my life so I thought I'd chime in here.

    First, you have to distinguish between programming languages and script languages. You write programs with things like C or C# and you write scripts with things like PHP and ASP (classic). Having said that, there's a lot of web-based applications, so its not taking anything away from referring to script languages.

    I agree with the earlier statement that starting with C is a good choice. Not so much for the language but for the concepts you learn. I started many moons ago with Borland C++. I hated the language (still do) but the OOP concepts and understanding how programs are written has been invaluable.

    I've always believed that a solid programmer can tell you, "I don't know that language, but teach me how to declare variables, write conditionals and create loops and I'll understand it". If you have a foundation with C, you can easily work with C++, Java, C#, etc.

    Finally, I know you *nix guys are going to hate this, but I'd recommend learning C# as your primary language. You can get the tools for free and you can create a VERY large array of programs and web sites with it. MS has really done a great job of creating a set of tools for all kinds of application development.
     
    JimBeam451, Apr 2, 2010 IP
  12. NsaneNoob

    NsaneNoob Peon

    Messages:
    2,103
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I actually think C is slightly on the difficult side. Especially if you mainly refer to networking (ex.: sockets) or process handling (forking). Easiest ones for me were Python, VB, Java.
     
    NsaneNoob, Apr 8, 2010 IP
  13. TGForums

    TGForums Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I'm going to have to say C# is the EASIEST language to actually learn.

    Syntax: The syntax used in C# is incredibly easy to understand (like Java). Everything is neat and organized, and extremely easy to comprehend what's going on.

    Functionality: C# has almost all of the functionality of C++, but is as easy to understand as Java.

    It's the best in my personal opinion.
     
    TGForums, Apr 13, 2010 IP
  14. killaklown

    killaklown Well-Known Member

    Messages:
    2,666
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    165
    #14
    HTML is not a programming language, its a markup language like xml.
     
    killaklown, Apr 13, 2010 IP