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和*3。
*2
*3