Hacker News new | ask | show | jobs
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.
1 comments

Lisp has the function DRIBBLE for that.

SLIME provides slime-repl-save-history ...