[r6rs-discuss] [Formal] #;<datum> comments useless

From: Trent Buck <trentbuck>
Date: Sat Sep 30 08:02:32 2006

I've thought some more about how I use sexpr comments, and I agree
that

    - I tend to use it during the write-test-debug cycle; and

    - I use it because it's faster than line (or block) comments.

I stand by my observation that sexpr comments allows the editor to
provide Scheme mode (rather than text mode) bindings within the sexpr
(e.g. having the ( key insert both open and close parens), but I
concede that this is not a feature I find especially useful.

FYI, in my environment (CVS GNU Emacs with paredit 20b), here are the
keystrokes required to comment a sexpr:

    Style Total Keystrokes
    ===== ===== ==========
    #; 2 # ;
    #||# 6 # | C-j C-M-f | #
    ;; 4 C-SPC C-SPC C-M-f M-;

-- 
Trent Buck, Student Errant
Received on Sat Sep 30 2006 - 08:01:55 UTC

This archive was generated by hypermail 2.3.0 : Wed Oct 23 2024 - 09:15:01 UTC