[slime-devel] How to wrap code typed at the REPL?

Philippe-André Lorin palpalpalpal at gmail.com
Thu Jun 29 07:36:13 UTC 2006


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?



More information about the slime-devel mailing list