logoalt Hacker News

dlcarriertoday at 1:00 AM1 replyview on HN

In my country, we call that an interactive shell.

Fun fact, if you run Python from a command line, with no options, it defaults to such a shell.


Replies

moron4hiretoday at 1:20 AM

Most scripting languages are designed to present a REPL (read-eval-print loop) in such a scenario.

show 1 reply