Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    birge is offline Community Manager - Admin
    Join Date
    Jul 2009
    Posts
    105

    Question programming languages?

    Hi,
    How many programming languages are out the market? When I was in Collage I took C and Java lessons for one semester. I can also use Matlab for engineering calculations. I heard Python, ASP.NET, Visual and Coldfusion but I'm sure there are some other languages... Any thoughts?

  2. #2
    nickh is offline Administrator
    Join Date
    May 2009
    Location
    Toronto, Canada
    Posts
    142

    Default

    There're dozens, if not 100 or more. See Wikipedia for a large list.

    Some are more popular that others, obviously. At the moment, I'd say that the most popular programming or scripting languages are:
    • Ruby
    • Python
    • PHP
    • Perl
    • Java
    • JavaScript
    • Lisp and its derivatives
    • Erlang
    • C
    • C++
    • SQL and its derivatives
    • .NET MVC
    • VB.NET
    • Visual Basic

    That list is in no particular order, and more importantly, is nowhere near exhaustive.
    Nick Hoffman
    Software Developer
    SoftCom Inc.

  3. #3
    RichardLeik is offline Official Member SpaceHamster
    Join Date
    Oct 2009
    Posts
    23

    Default

    One of the easiest languages to learn for beginners is Python. I have tried developing some simple applications for Django (which is based off Python), and so far it's been a straight-forward experience.
    I'm also a fan of Ruby and RoR, and of course PHP (though less of a programming language, as opposed to scripting).
    I do not consider PHP or Javascript to be true programming languages.

  4. #4
    nickh is offline Administrator
    Join Date
    May 2009
    Location
    Toronto, Canada
    Posts
    142

    Default

    Quote Originally Posted by RichardLeik View Post
    One of the easiest languages to learn for beginners is Python. I have tried developing some simple applications for Django (which is based off Python), and so far it's been a straight-forward experience.
    I'm also a fan of Ruby and RoR, and of course PHP (though less of a programming language, as opposed to scripting).
    I do not consider PHP or Javascript to be true programming languages.
    By traditional definitions, neither Python nor Ruby are programming languages: they're scripting languages.

    The historic definition of a programming language requires that the program be compiled into machine code before being run, while a scripting language is interpreted by the scripting engine at run-time.

    However, the line between programming and scripting languages has been blurring for a while.
    Nick Hoffman
    Software Developer
    SoftCom Inc.


 

Posting Permissions

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