Answer:
True
Step-by-step explanation:
Yes, REPL is an editor as well as it is an interpreter. It is the most popular IDE being used in universities. It stands for Read-Eval-Print Loop and is known as a top-level interactive or the language shell. It's one of the simplest computer programming IDE, and it processes a single expression at a time, which means it is an interpreter, and then executes then, and finally shows the result to the programmer.