|
|
|
|
|
by tedmiston
3222 days ago
|
|
One nice thing about the Python REPL IPython is the ability to turn the ephemeral session into a file which contains every command in the session like a history file by just typing %logstart. Most of my projects start this way. |
|
SLIME provides slime-repl-save-history ...