Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question