Search code examples
common-lispclisp

How to unload a lisp file in CLisp REPL?


Am able to load and call the functions but I would like to reload the file after making some corrections.

Cant find either an unload or reload function?


Solution

  • Just use load again.