0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

スクリプトとプログラムの違い

Posted at

スクリプトとは?

  • テキストファイルベースで書かれた命令文(ソースコード)のこと。

  • プログラムとは違って、コンパイル(翻訳)が不要だが、その分実行速度が遅い。

  • スクリプト言語の例

    • Ruby
    • PHP
    • JavaScript
    • Python

プログラムとは?

  • OSがそのまま実行できるように、機械語にコンパイル(翻訳)されたバイナリーベースのファイルのこと。

  • デバック時に毎回コンパイルをするのが手間になる。

参考サイト:https://milestone-of-se.nesuke.com/sv-basic/architecture/compare-script-and-program/

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?