Is there an existing function to eval a top-level form inside a comment block?
C-M-x doesn't work, as the top-level form is a comment.
You can set clojure-toplevel-inside-comment-form to t for that to behave as you want.
Thanks
C-x C-e with the cursor after the form is another option. 🙂
Yup, but that was tedious, cause I eval like 100 forms an hour 😂
I've been paid by the form-evaluation before, too. 😉 after a while one gets tempted to write a program to evaluate the forms automatically.