A
A
Alexey Cheban2014-02-01 19:50:33
Programming
Alexey Cheban, 2014-02-01 19:50:33

Markup languages ​​and declarative languages

Markup languages ​​are compiled or interpreted, and which Xaml refers to. And what are declarative languages ​​compiled or interpreted. Markup languages ​​are also part of declarative languages.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Lopatin, 2014-02-01
@lorus

All languages ​​are broadcast. It doesn't matter if it's declarative or imperative.
The whole question is what exactly the language code is translated into. If into some executable code, then this is called compilation. If in some internal representation of some program - then interpretation. But the boundaries are blurred. For example, JavaScript - a classic interpreted language - is translated into executable code in modern engines.
For example, Markdown and Wiki are translated to HTML. JSP is in Java. C - to assembler, object code, executable code.
Markup languages ​​can be called a special case of declarative languages. But more often it is just a data representation format that is translated into some internal representation (interpretation), but not into executable code (compilation). JSP is one of the exceptions.

G
GavriKos, 2014-02-01
@GavriKos

It is difficult to catch questions in your text. Markup languages ​​are usually interpreted - for example, the same HTML.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question