How to save lisp interaction history for future reboot?

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.

+4
source share
1 answer

If you use REPL in the terminal, you may find it dribbleuseful.

, Emacs, - . Lisp Lisp Lisp REPL C-x C-e C-M-x & c.

SLIME, Portacle.

+2

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


All Articles