What is The Difference Between JOVIAL And XML, Programming Languages
JOVIAL is a Compiled Programming Language, while XML is a Markup Language
What are Compiled Programming Languages
A compiled language is a programming language whose implementations are typically compilers (translators that generate machine code from source code), and not interpreters (step-by-step executors of source code, where no pre-runtime translation takes place). (Wikipedia)
What are Markup Languages
A markup language is an artificial language that uses annotations to text that define how the text is to be displayed.
While JOVIAL is a Compiled Programming Language, and XML is a Markup Language
Let us now look at the difference between the two:
What is JOVIAL Programming Language – A brief synopsis
It is a high-order computer programming language similar to ALGOL. It is best-suited to the design and development of embedded systems.
What is XML Programming Language – A brief synopsis
The name stands for Extensible Markup Language. It is extensible because it allows the users to define their own XML elements. It supports the sharing of structured data over the Internet and the encoding and serializing of data. It originated as a subset of SGML. XPath is the XML Path Language that is used to select nodes from an XML document. It supports the computation of values. XQuery is used to query the collections of XML data. Extensible Stylesheet Language Transformations (XSLT) is an XML-based language that is used for the transformation of XML documents into human-readable formats. Apache Ant is a tool for the automation of software build processes. It uses XML to describe the build processes.
Sources
A Complete List of Computer Programming Languages
Other Posts