Definition
Runtime as a term in programming can be used to refer to one of two things. It could be used to refer to when a program is being executed. The second is when its used to refer to everything needed to execute a program ie: compiler, vm etc. This is also known as the runtime environment.
Here is another article for you 😊 "BrainFuck Interpreter using method chaining"