Scripting vs Programming Languages - What Actually Matters?
java
dev.to
Basically, all scripting languages are programming languages. The main theoretical difference is that scripting languages don’t need a compilation step and are interpreted. For example, a C program must be compiled before running, while scripting languages like JavaScript or PHP run without compilation. What actually scripting means : -Scripting is more about how you use the language. Typical scripting tasks: Automating file operations Writing quick utilities(focus on one job,short -few lin