emacs-devel
[Top][All Lists]
Advanced

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

Re: Christmas wish: Literate Elisp


From: Stefan Monnier
Subject: Re: Christmas wish: Literate Elisp
Date: Thu, 12 Dec 2019 12:29:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> My proposal is to slightly change Elisp parser to treat lines that start
> with any other printable character but '(' as a start of comment and to
> simply ignore the line, just as it treats ';' as a comment.

The `sexpresso` Haskell package follows the same idea ;-)

As for using it in Elisp: I don't think there's anything stopping anyone
from making such a `literate-elisp-mode` and even arrange for `load` to
handle such a file (just like there is already a package that lets
`load` work directly on .org files).

I'd welcome such a package in GNU ELPA.


        Stefan




reply via email to

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