I find the #; construct very convenient for commenting out sexps, but in Dr
Racket the visual cue of switching to comment-color is missing.

Example (in Racket 6.12):

[image: Screen Shot 2018-10-07 at 10.19.09 pm.png]

Expected:

*#lang racket*

(display #|Comment|#
         ; comment
         #;(string-join "comm" "ent")
         "Hello world")


Dan

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to