Y
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
pharmakom
1494 days ago
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.
link