louis's Blog

louis's Avatar Image
Software developer #Go #CommonLisp #JS #SQL. #LispWorks user. Soft spots for #Emacs #SmallWeb. Recently becoming #OpenBSD enthusiast. #LinuxMint as a daily driver. Recovering Apple addict.

Author of the Tuner app for Linux.

Other hobbies: #Running #FireFighter #StarTrek
← All posts

When you explore some ideas in a #CommonLisp REPL (or Listener), consider opening a dribble file beforehand:

(DRIBBLE “my-session.lisp”)

It will start recording all input / output in the REPL in a file with the given filename. This way, you can code along and don’t have to fear loosing anything.

https://novaspec.org/cl/f_dribble

To like or reply, open original post on Emacs.ch