ニュース

Read-Eval-Print-Loop(REPL, レプル) はシンプルな対話型コンピュータープログラミング環境で、単一のユーザー入力 (すなわち単一の式) を受け取り、それらを評価して結果をユーザーへ返します。 メインプロセス Electron は ...
It began as a single HTML page with a text box as a REPL to run JavaScript, so I could write code on the train. I then got inspired to muck around with Lisp again, so I decided to write my own. The ...