πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

Declarative language -overview

DevOps

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.


Get Started Now!

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