S-expression comments in PLT

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)

Leave a Reply

Your email address will not be published. Required fields are marked *