⟩ What are the Advantages and disadvantages of script vs compiled program?
While scripts have the advantages of
1) flexibility to change the of script
2) and being more portable.
Compiled executables have the advantages of
1) less memory footprint
2) less execution time.