JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
888 stars 104 forks source link

Save without markup #255

Closed julianoks closed 7 years ago

julianoks commented 8 years ago

Saves a .clj file with only the clojure code that was in the worksheet. Note that lines beginning with ";;" (for commenting) will not save into this file. Use a single ";" or preferably the reader macro, #_"comment string"

benfb commented 7 years ago

This is fixed in another PR and should be getting released shortly! Thanks for all your help 😄