Ask Experts Questions for FREE Help !
Ask
    BHarathi Raja's Avatar
    BHarathi Raja Posts: 6, Reputation: 1
    New Member
     
    #1

    Sep 5, 2008, 12:36 AM
    Programming language
    What is the most essential and easy to learn language
    KISS's Avatar
    KISS Posts: 12,510, Reputation: 839
    Uber Member
     
    #2

    Sep 5, 2008, 04:51 AM
    Interesting question:

    Most languages are object oriented and the most used are probably Visual Basic a variant of C, like C#.

    Pascal is a very structured language and is good place to get started. It's best used to teach concepts.

    LISP is a language based on recursion and is probably one of the hardest to learn.

    I have programmed in COBOL, ALGOL, PL/1, BASIC, APL, FORTRAN, C, PASCAL, LISP and various assembly languages.
    vingogly's Avatar
    vingogly Posts: 718, Reputation: 105
    Senior Member
     
    #3

    Sep 5, 2008, 05:56 AM
    I'd consider these in some sense "essential" but you're likely to get a different answer depending on who you speak to:

    * Non-web development: C++
    * Web development: PHP

    Both Pascal and Basic were designed as teaching languages, so they are as KISS says, great starting points. LISP is used mostly in academic contexts so I wouldn't recommend it for a beginner. C# and ASP are used by Windows programmers, C++ and PHP mostly by non-Windows programmers. So your choice of starting points may depend on the industry you want to work in.

    If you might be interested in a career in software, a couple of phrases to keep in mind are object oriented programming and agile programming, both of which are hot right now. One of the hot areas of research in web programming right now is AJAX (note that OO programming, agile programming, and AJAX are all approaches or methodologies rather than programming languages in & of themselves). C++ is an object-oriented language which is why I recommend it (though you can do object oriented programming in any language, even LISP).

    If you're interested in web design, you want to also know HTML, CSS, javascript. Be sure to add a review of software design and testing methodologies to your list of things to study.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Windows Programming Language [ 2 Answers ]

I am interested in learning the main programming language for windows.Can anyone please tell me the main (best)programming language to learn. Thanks in advance Bitrate

Asp programming language [ 2 Answers ]

The web site I develop work properly in another computer but unable to work in my PC and the message it displays is unupdateable query in internet explorer so what shall I do?

Four procedural programming language [ 2 Answers ]

Name any four procedural programming language mentioning where each being generally applied.

Best First Programming Language [ 17 Answers ]

I'm have a hard time deciding which programming language I should learn first. I have a friend who learned Java and said it's relatively simple, and it seems to have more compatibility than something like C or C++, but then I hear the C# will. My friend is using Java to make computer games, and if...


View more questions Search