Hello,
I would find it convient if slime included a function like the following:
(defun slime-repl-send (form) (slime-repl-send-string (slime-prin1-to-string form)))
As I work on emacs interfaces for various common lisp programs, I use this utility to send forms to the repl without having to write them as strings.
Thanks, John Foerch RetroJ on #emacs