Elliot Williams writes on Hackaday about using a shell, a read-eval-print loop (REPL) in which you can interactively try out your code just about as fast as you can type it.(A REPL) great for interactive or exploratory programming, and it’s great for newbies who can test and learn things step...