Scheme really teaches you to appreciate other languages:
* where you can insert tracing print statements into a block of code
* where there ARE multiline blocks of code so you can do that without having to find a matching paren somewhere on the other side of the screen
* where there are breakpoints and debugging environments