What's the conceptual difference between a procedure and a process?
If the answers depends on the language, I am thinking about this while studying the SICP book which uses lisp (scheme).
In the context of SICP:
Another analogy: procedure is a blueprint, a schematic of the building for example, process is actual building construction.