Which Programming Languages Do you use?

  • (X)HTML only

    Votes: 2 50.0%
  • Perl

    Votes: 0 0.0%
  • ASP

    Votes: 0 0.0%
  • ASP.net

    Votes: 1 25.0%
  • Php

    Votes: 0 0.0%
  • Python

    Votes: 0 0.0%
  • Java (not JSP)

    Votes: 1 25.0%
  • JSP

    Votes: 1 25.0%
  • Ruby on Rails

    Votes: 0 0.0%

  • Total voters
    4
Status
Not open for further replies.

immediate

Member
Things that come quick go quick.

Not surprisingly, PHP still dominate because of its documentation and ease to use.
 

cremecode

New Member
Well.... i use many Language but the preference is as under

1) PHP

Advantages
-----------
- Free, Open Source, Supported by many servers
- Easy to Learn very active developer community
- Cheaper, more reliable web hosting
- a lot of free scripts available

Disadvantages
-------------
- Not as powerfull and rich featured as ASP.NET

2) ASP.NET

advantages
-----------
- very powerful
- ms visual studio makes development faster
- very high support for AJAX
- Silverlight looks promising

Diasdanatges
------------
- expensive development and hosting
- difficult to learn
- sometimes lacks the performance.
- high skilled coders needed

Rest are ruby on Rails, Perl, Coldfusion i think there is no point comparing these languages with PHP and ASP.NET...

Those who are starting off i will recommend to start with PHP.

Thanks
 

robertpear

New Member
The programming style you're probably used to, procedural languages execute a sequence of statements that lead to a result. In essence, a procedural language expresses the procedure to be followed to solve a problem. Procedural languages typically use many variables and have heavy use of loops and other elements of "state", which distinguishes them from functional programming languages. Functions in procedural languages may modify variables or have other side effects (e.g., printing out information) other than the value that the function returns.
 
Status
Not open for further replies.
Top