cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
theeternalpulse 2020-10-25T01:36:48.305900Z

I noticed when I try to eval a defun of an "erased" (via #_) function it throws an EOF exception. is there a way to override this and have cider recognize that in certain situations. I know it would lead to side effects if you call eval buffer or something, but any way to do it on a per command basis?