HackerTrans
TopNewTrendsCommentsPastAskShowJobs

TheAnswerMan

no profile record

comments

TheAnswerMan
·6 年前·discuss
You don't even need the "REPL" buffer to do REPL style development. You can just use the "eval" keybinds of your editor to eval the source code in the files.

For any test/scratch code, just create a scratch file outside your project and write the experiments there, eval'ing as you type. That file could even be an "official" unit test you include in the project.
TheAnswerMan
·6 年前·discuss
So REPL may make people less likely to document the code?

I don't see the correlation.