What is a good editor besides eclipse for printing clojure code?

I like clojure and use textmate / sublime, but every time I print the source code, it's not the syntax, and the lines are all messed up. Is there an online editor that does the job? I do not want to download eclipse every time I want to print something

+4
source share
1 answer

I have been printing code from Emacs until quite successfully. Mx print-buffer should do this.

You can also paste your refheap code and click on the "maximize" link and print from there, but it is not. 't word-wrap.

See http://stuff.mit.edu/people/lucylim/emacs_print_syntaxhighlighting.html for printing Emacs with color.

+2
source

Source: https://habr.com/ru/post/1440199/


All Articles