emacs-devel
[Top][All Lists]
Advanced

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

Re: Copyright assignment


From: Axel Forsman
Subject: Re: Copyright assignment
Date: Sat, 09 Sep 2023 18:00:18 +0000 (UTC)

Eshel Yaron <me@eshelyaron.com> writes:

> Your conversion maps
> Erlang atoms to Elisp symbols, and AFAICT it will happily map the atom
> nil to the symbol nil, while in the other direction (Elisp to Erlang),
> nil is mapped to the empty list.  That means that the Erlang improper
> list [foo|nil] maps to the proper Elisp list (foo) which then maps to
> the proper Erlang list [foo].

Yup, I am aware that this is something that will have to be fixed eventually.
However, for now I do not foresee it being too much of a problem in practice,
since, in my experience, nil is not used as an atom much
in favor of undefined/false/error/etc.


Thanks for taking a look
Axel



reply via email to

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