首页 > 其他 > 详细

Ruby 交互式编程工具——irb

时间:2015-10-23 18:19:13      阅读:226      评论:0      收藏:0      [点我收藏+]

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]

Ruby 交互式编程工具——irb

原文:http://www.cnblogs.com/ciciki/p/4904988.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!