by Gameboy42 on September 10th, 2003

Gameboy42

Question

Help answer this question below.

What's the difference between a programming language, a scripting language, and a markup language?

  • Like
  • Report

Answers. Showing one answer.

  • by Chris Stehno on September 1st, 2004

    Chris Stehno

    The answer is basically correct, but here are a few modifications:

    Not all programming languages are compiled the same. C/C++ and VB are compiled languages, Java can be considered compiled or not depending on your definition of compiled. Perl is interpretted and very much considered a language... there are others that fall into this category as well.

    ASP is a construct of JScript, VBScript or C# and is not really a language as much as a way of using a language for server side development.
    JSP is a shortcut method for developing servlets. JSP pages are converted to Java source code and then compiled into servlets.

    The markup language information is a little out-dated. HTML is used for web page development and is viewed in a browser, while XML is used for any kind of data. It is "human-readable" in that you can view the text it is constructed from, though it may mean little to you. XML can be used to create and define other MLs such as MathML, SMIL, SVG, or XML-RPC. None of these represent text documents, they represent mathematical equations, multimedia content, vector graphics and remote procedure callls respectively.

    Comments
    • Like
    • Report

    No comments. Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

More Questions. Additional questions in this category.

You're reading What's the difference between a programming language, a scripting language, and a markup language?

Follow us on Facebook!

Related Ads