help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs Lisp comments, Scheme comments, why the limitations


From: Marco Maggi
Subject: Emacs Lisp comments, Scheme comments, why the limitations
Date: Sat, 08 Feb 2020 06:11:51 +0100

Ciao,

  I  am a  beginner  with elisp  (using  Emacs 26.3),  but  I have  some
experience with  Scheme; I  wonder why elisp's  reader does  not support
form comments as in Scheme:

   #;(progn ...)

and block comments as in Scheme:

   #|
     (progn ...)
   |#

I find  them really useful,  and I am  missing them while  writing elisp
code.

TIA
-- 
Marco Maggi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]