irb -- Interactive Ruby Shell
irb is the REPL(read-eval-print loop) environment for Ruby programs.
REPL (Read-Eval-Print Loop) 环境
REPL 环境只是表现得像是即时的解释执行,但是其实质还是每次输入代码后进行编译再运行。
参考:[http://blog.csdn.net/id19870510/article/details/5278562]
时间: 2024-10-07 01:59:17