emacs-devel
[Top][All Lists]
Advanced

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

Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs]


From: Richard Stallman
Subject: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs]
Date: Thu, 14 May 2020 23:24:33 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

The choice between the syntax ($ (+ $1 $2))
and the syntax #(+ %1 %2), I think it is a small difference.
If one is ok, the other is ok.

The # syntax has the small advantage of being a little shorter.

The $ syntax can be implemented now with a macro -- but if we want this
feature, I see no reason to hesitate to do implement it in the reader,
no need to use a macro.  It would not be a lot of work to do that.

-- 
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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