[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: From macros to elisp programming?
From: |
András Simonyi |
Subject: |
Re: From macros to elisp programming? |
Date: |
Mon, 6 Dec 2021 19:08:49 +0100 |
Dear All,
On Mon, 6 Dec 2021 at 14:43, Ypo <ypuntot@gmail.com> wrote:
> I am able to make macros, but I think I am far away from Lisp programming.
> [...]
> Is there a path to go from macros to elisp programming?
there is a package called 'elmacro' (https://github.com/Silex/elmacro)
which you can look into. Apparently, it can convert (most?) macros
into interactive Elisp functions, and might even provide a good
starting point for learning Elisp.
best wishes,
András