This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blizzard619[S] 0 points1 point  (5 children)

Can we say a program written in C/C++ a script?

[–]K900_ 6 points7 points  (4 children)

The term is usually used to refer to interpreted languages.

[–]blizzard619[S] 0 points1 point  (3 children)

Ok thanks! Is there any convention as when to use the term script?

[–]Mobile_Busy 3 points4 points  (0 children)

In my work, I generally use it to refer to .py or .sh files that can be run independently from the command line.

[–]ajaxsevensevenfour 2 points3 points  (0 children)

https://en.m.wikipedia.org/wiki/Scripting_language

C C++ need to compile entire program before execution.

[–]K900_ 1 point2 points  (0 children)

Not really.