This is a vocabulary question. I know the concept of reproducible build as the guarantee we can build software from the sources on a different host or at a different time, but producing an end-product identical at the byte level each time.
But I'm not quite sure if we can talk about (or if there is an equivalent to) "reproducible builds" when working with interpreted languages (PHP, JavaScript, Python, ...)
Should I talk about "reproducible build" when it is just a matter of providing a well-controlled environment1?
1 throuh a virtual environement, a container, a VM or whatever elese