Script Programming
They are weakly typed
- I.e. Meaning of information is inferred
- Less error checking at compile-time
- Run-time error checking is less efficient, but possible
- Weak typing increases speed of development
- More flexible interfacing
- Fewer lines of code
- More real-time debugging
They are not usually appropriate for
- Efficient/low-level programming
- Large programs