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.
Compiled vs Interpreted Language vs Declarative lang

In computer science, declarative programming is a programming paradigm—a style of building the structure and elements of computer programs.
Example of Declarative Lang:
“Hm. I notice you forgot something.” Or “I wonder if there’s something you need for school today.” In this example, declarative language reframes the prompt, inviting the individual to hear the mental cue that is driving you towards the solution.
Pros and Cons of Declarative Lang:
Advantages | Disadvantages |
---|---|
Short, efficient code | Sometimes hard to understand for external people |
Can be implemented using methods not yet known at the time of programming | Based on an unfamiliar conceptual model for people (solution state) |
Easy optimization as implementation is controlled by an algorithm | Hard to take characteristics of individual applications into account during programming |
Maintenance possible independent of application development |