+ 6
What is the difference between script and code?
4 ответов
+ 16
A code lets you create a program. On the other hand, a script lets you control the program that you created with coding. Thousands of lines of code is compiled to run a program. On the other hand, a script runs within that program to control a certain aspect of it.
+ 4
https://skillcrush.com/blog/coding-vs-scripting/
https://medium.com/@tyler_25661/is-there-a-difference-between-scripting-and-coding-f14b69eca4e
Coding Is a Genre, Scripting Is a Subgenre So coding includes more than just scripting, but scripting is a kind of coding..
hope these helps...
+ 3
A script is code that is interpreted than code that is compiled or code that is meant to be declarative.
+ 3
Code is a more general term. Code can be markup, compiled/interpreted code, an encoded bytestream etc.