j
k
j a
j l
I would like every expression I type at the REPL to be surrounded by a wrapper before evaluation. For instance, when I type:
(+ 2 3)
I want it to become:
(wrap (+ 2 3))
How can I do that?
Back to the thread
Back to the list