cider 2024-11-21

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.

👀 1

You can set clojure-toplevel-inside-comment-form to t for that to behave as you want.

👍 3
👍🏻 1

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 😂

🙂 1

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.