Why import?
- A lot of modules export symbols (variables, subroutines, ..) into the 'calling namespace'.
- That's one of the main ideas of functional programming:
- Functions are defined in reusable modules (libraries).
- Needed functions are imported on demand.