Command-line executor

From WikiAlpha
Jump to: navigation, search

A command-line executor is a computer program that executes lines of codes and executes each line as you write it and press enter. For better understanding, a command-line executer can also be called a command processing software. Nuts Listener is an example of a command-line executer, it is used in the Nuts (programming language) while learning or testing new things.

However, command-line executers are suitable for learning computer programming. Most of the command-line executers are interpreters but not all. Some interpreters aren’t command-line executers and at the same time, some of the command-line executers especially those made for educational purposes aren’t interpreters.