Hacker News new | ask | show | jobs
by ScottBurson 1494 days ago
Funny -- this is why I love working in Lisp. I can edit the code and retry it, often by just restarting the stack frame. Compiling takes milliseconds.
1 comments

An untyped lisp does not check the entire code base for usages of the thing you are editing though. I agree that for exploring local behaviour a REPL is fantastic.