Racket
e.g.
(define aname "Jane Doe") #;(displayln "Hello ~a" aname)
only shows line with #; in comment style, not the whole S-expression.
Also block comments #l ... |# not recognized.