> C-M-x
I use the first 2 keybindings you mention only with emacs lisp; the other 3 I had to look up.
I get a lot of milage from these:
C-c C-c ;; slime-compile-defun
C-c C-k ;; slime-compile-and-load-file
C-c C-j ;; slime-eval-last-expression-in-repl
C-c C-y ;; slime-call-defun
... with C-c C-c probably the one I use the most, and it's pretty easy on the hands.