REPL
Implement a REPL...
This will be more of a challenge, I think, than the simple Java version I did. Much less familiar with Racket CLI I/O. Also, I sort of think the Java one we did wasn't even right... really, the REPL should ignore whitespace and consume the current expression whenever it is complete. Not sure how to implement that.
But if we get bored, we can try!