emacs-devel
[Top][All Lists]
Advanced

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

Re: Proper namespaces in Elisp


From: Stefan Monnier
Subject: Re: Proper namespaces in Elisp
Date: Fri, 08 May 2020 19:23:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> I'm learning also here that Scheme works on bindings too, good to be
> ignorant!! :)

Note that Scheme doesn't have `symbol-value`, `set`, nor does it have
symbol properties.  That makes things quite a bit easier (basically,
symbols and variables are completely decoupled in Scheme, whereas in
Elisp they are siamese brethren).


        Stefan




reply via email to

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