klipse

2019-01-05T09:28:40.018100Z

Klipse is removing the last lines of comments that are found in the (clojurescript) input program. How to disable this behavior?

Yehonathan Sharvit 2019-01-05T17:33:39.018900Z

@vincent.cantin You can use either (comment …) or #(..)

2019-01-05T17:42:02.020400Z

Thx. I used another workaround, I prepended an empty line followed by an empty comment ;.