I use portacle as a general Lisp environment. When I save the file, it saves the entire REPL, including CL-USER>
. This causes a compilation error when trying to download a file.
I want to save the code and return from where I left off. I write code in REPL, saving work in a file from the buffer using the -chords keys C-x C-s. But this violates the continuity of the project. Please suggest a way to do this.
source
share