>R7RS talks about "programs" and "libraries". These are technical terms

with precise meanings.

>A "program" corresponds to your typical Scheme script. IIRC it _has_ to

start with (import ...).

 

I’ve found it in r7rs.pdf now:

 

> 7.1.6. Programs and definitions

> <program> → <import declaration>+ <command or definition>+