开发者

What is the difference between a REPL and an interpreter?

Is there any technical difference between a REPL and an interp开发者_StackOverflow社区reter?


Interactive interpreters use REPLs. An interpreter is not required to have one. You can run Python, for example, in non-interactive mode (on a file) and it will not use a read-eval-print loop.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜