翻訳と辞書
Words near each other
・ internet-draft
・ internetwork packet exchange
・ internetworking
・ internex on-line
・ internic
・ interoperability
・ interoperable database
・ interpolation
・ interpress
・ interpreted
interpreter
・ interpretive menu processor
・ interrupt
・ interrupt handler
・ interrupt list
・ interrupt priority level
・ interrupt request
・ interrupts
・ intersil 6100
・ intersil 6120


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

interpreter : FOLDOC
interpreter
A program which executes other programs. This is in contrast to a compiler which does not execute its input program (the "source code") but translates it into executable "machine code" (also called "object code") which is output to a file for later execution. It may be possible to execute the same source code either directly by an interpreter or by compiling it and then executing the machine code produced.
It takes longer to run a program under an interpreter than to run the compiled code but it can take less time to interpret it than the total required to compile and run it. This is especially important when prototyping and testing code when an edit-interpret-debug cycle can often be much shorter than an edit-compile-run-debug cycle.
Interpreting code is slower than running the compiled code because the interpreter must analyse each statement in the program each time it is executed and then perform the desired action whereas the compiled code just p


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.