Differences B/W Compiled, Interpreted and Declarative Language
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Compiled Language:
- It executes entire program in a single shot
- It is faster and more effecient
- eg : c, c++ …
Interpreted Language:
- It executes one line at a time
- It is slow compare to complied language
- eg: python, …
Declarative Language:
- it is non-procedular language
- declarative languages are fact oriented
- eg : json, xml, sql