cider

Jeremy 2024-11-21T06:45:44.290209Z

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
Gent Krasniqi 2024-11-21T06:58:35.029839Z

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

👍 3
👍🏻 1
Jeremy 2024-11-21T07:05:50.981309Z

Thanks

Harold 2024-11-21T16:50:59.330259Z

C-x C-e with the cursor after the form is another option. 🙂

Jeremy 2024-11-21T17:46:53.399619Z

Yup, but that was tedious, cause I eval like 100 forms an hour 😂

🙂 1
Harold 2024-11-22T04:24:25.699089Z

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.