使用Jython交互式解释器可以方便地调试应用程序或体验Jython模块的功能。
The Jython interactive interpreter makes it convenient to debug applications or experience the functions of the Jython module.
由于qcl是语法上模糊的类似于c的交互式解释器,所以我们只要启动它就可以往里面输入命令。
Since QCL is an interactive interpreter with a syntax vaguely similar to c, we can just fire it up and start entering commands into it.
Python解释器支持Python代码的交互式执行。
The Python interpreter supports interactive execution of Python code.
清单5:shell模式下的交互式help解释器。
也可以只输入一个help进入交互式“help解释器”。
You can also just type help by itself to get into an interactive "help interpreter." For example.
如果您想详细了解Python内的help工具,只需在Python解释器中的命令提示符下键入help,就可以访问交互式的帮助工具(参见清单4)。
If you want to know more about the help facilities within Python, just enter help at a command prompt in the Python interpreter to access the interactive help utility (see Listing 4).
解释器可以交互式使用,这样就可以很方便的测试语言中的各种功能,以便于编写发布用的程序,或者进行自下而上的开发。
The interpreter can be used interactively, which makes it easy to experiment with features of the language, to write throw-away programs, or to test functions during bottom-up program development.
解释器可以交互式使用,这样就可以很方便的测试语言中的各种功能,以便于编写发布用的程序,或者进行自下而上的开发。
The interpreter can be used interactively, which makes it easy to experiment with features of the language, to write throw-away programs, or to test functions during bottom-up program development.
应用推荐