In PLT Scheme, you can comment out s-expressions, using this prefix:
#;
If you’ve ever seen Lisp code, you will know why this is particularly convenient!
Here is the reference in the documentation.
This functionality is described in SRFI-62.
(via PLT Discuss)