Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Difference between Compiled , Interpreted vs declarative Language
- compiled language :-implementations are typically compilers and not interpreters. eg: java,c,c++
- Interpreter language :- execute instructions directly and freely without compilation. eg: python
- declarative language :- program specifies what is to be done rather than how to do it. expresses logic of a computation
Example of Declarative language
- JSON
- YAML
Pros and Cons of Declarative Language
pros
- short
- efficient code can written
- high level of abstraction
cons
- hard to understand