0
0

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 1 year has passed since last update.

REPLの逆のモード名は不明ですね。

Last updated at Posted at 2023-09-21

課題

REPLの逆を示す言葉がわからない!!

結論

まだ調査中、誰か教えてください。

概要

  • プログラムの開発環境として、コンパイラとインタプリタがある。今回はここには触れないが、このように対義語が定義されていると助かる。
  • プログラムの実行モードとして、ファイルを読み込んで実行するモードと、対話的にスクリプトを解釈していくモードがある。
  • 対話的に解釈していくモードはいくつかの名前がある
    • 対話モード
    • REPL [= Read-Eval-Print Loop] (Node.js)
    • Interactive mode (Ruby, Python等)
    • Immdediate Mode (Unity, Basic等)
  • 一方、ファイルを解釈していくモードは名前を調べてもなかなか出てこない
    • Script mode (Python? [1])

唯一、Pythonの非公式記事のいくつかでScript modeなる単語を発見したけど、スクリプト言語でスクリプトモードって変じゃない?って思ってる。

[1] https://stackabuse.com/python-programming-in-interactive-vs-script-mode/

0
0
2

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?