一: REPL REPL —种交互式解释器环境 R(read)、E(evaluate)、P(print)、L(loop) 输入值,交互式解释器会读取输入内容并对它求值,再返回结果,并重复此过程,下面是REPL的官方解释及翻译 A Read-Eval-Print-Loop (REPL) is available both as a standalone program and easily includable in other programs. REPL provides a wa……