joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.23k stars 139 forks source link

slime-eval-last-expression-in-repl equivalent #551

Closed mark-gerarts closed 1 year ago

mark-gerarts commented 1 year ago

Hi, thanks for this project, it works really well!

Is there an equivalent to slime's slime-eval-last-expression-in-repl? Basically I'm looking for sly-eval-defun, but instead of printing the return value in the echo window, I'd like to have it in the repl so I can easily inspect it