7 
 
        
      
      之间有什么区别?和;; 在Clojure代码注释中?
      
  在Clojure中发表评论;和之间有什么区别;;?我看到我的文本编辑器为它们涂上了不同的颜色,所以我假设在概念上存在一些差异。 我也看到Marginalia对待他们的方式有所不同: ; Stripped entirely ;; Appears in text section of marginalia (defn foobar [] ; Appears in code section of marginalia output ;; Again, appears in code section of marginalia output 6)