Difference between revisions of "Programming Languages"

From Market Ruler Help
Jump to: navigation, search
m
 
Line 3: Line 3:
 
Currently, the following are programming languages used widely on the Internet:
 
Currently, the following are programming languages used widely on the Internet:
  
* [http://www.php.net PHP]
+
* [[PHP]]
* [http://msdn.microsoft.com/en-us/library/aa286483.aspx Microsoft Active Server Pages]
+
* [[ASP]]
* [http://www.ruby-lang.org/ Ruby]
+
* C# (Pronounced C-Sharp)
* [http://www.python.org/ Python]
+
* Ruby
 +
* Python
 +
* Perl
 
* [http://www.java.com Java]
 
* [http://www.java.com Java]
 
* [[JavaScript]]
 
* [[JavaScript]]
 +
 +
Other programming languages which are less often used on the internet are:
 +
 +
* C
 +
* C++
 +
* Objective C
 +
* AppleScript
  
 
[[HTML]] is not a programming language, because it does not specify steps to solve a problem; instead it is a markup language which describes how a [[web page]] should be displayed.
 
[[HTML]] is not a programming language, because it does not specify steps to solve a problem; instead it is a markup language which describes how a [[web page]] should be displayed.
Line 18: Line 27:
 
* Code
 
* Code
 
* Program
 
* Program
 +
 +
== For more information ==
 +
 +
* [http://www.php.net/ PHP Official Site]
 +
* [http://msdn.microsoft.com/en-us/library/aa286483.aspx ASP on Microsoft.com]
 +
* [http://www.ruby-lang.org/ Ruby]
 +
* [http://www.python.org/ Python]
 +
* [http://www.perl.org/ Perl]
 +
* [http://www.java.com Java Official Site]
 +
* [https://developer.mozilla.org/en/JavaScript Mozilla's JavaScript site]
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Latest revision as of 18:59, 6 October 2009

A programming language is a language used by a person to solve a problem, and outlines a sequence of steps to take to solve it.

Currently, the following are programming languages used widely on the Internet:

Other programming languages which are less often used on the internet are:

  • C
  • C++
  • Objective C
  • AppleScript

HTML is not a programming language, because it does not specify steps to solve a problem; instead it is a markup language which describes how a web page should be displayed.

Market Ruler uses PHP and JavaScript technology in our products.

Also known as

  • Scripting language
  • Code
  • Program

For more information