3

純粋な好奇心とトリビアの追求から、Google ですぐに答えを見つけることができませんでした。

親愛なるプログラマーの皆さん、インタラクティブなシェルを提供する最初のプログラミング言語は何ですか?

4

1 に答える 1

3

I can't prove other systems weren't earlier but the LISP REPL construct is one common name given to this style of interpreter.

The LISP I Programmers Manual from 1960 (PDF) includes a mention on page 2 that is apropos:

Enlargements of the basic system are available for various purposes. The compiler version of the LISP system can be used to compile S-expressions into machine code. Values of compiled functions are computed about 60 times faster than the S-expressions for the functions could be interpreted and evaluated. The LISP-compiler system uses about half of the 32,000 memory.

于 2012-02-23T00:44:25.780 に答える