Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python repl では、以前に入力した式の結果を取得するのは簡単です。
>>> 1+2 3 >>> _ 3 >>>
Clojure replでこれを行う方法はありますか?
*1
やるべき!*2同様に、 andにもアクセスできます*3。
*2
*3