emacs-devel
[Top][All Lists]
Advanced

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

Re: Using the GNU GMP Library for Bignums in Emacs


From: Richard Stallman
Subject: Re: Using the GNU GMP Library for Bignums in Emacs
Date: Mon, 23 Apr 2018 22:54:23 -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. ]]]

  > We could invent a special syntax along those lines, though it would need to 
  > differ from "%24x" which already means pad with spaces to 24 characters. 
  > However, there's little point to a special syntax since one can easily 
achieve 
  > the same effect without it. For example, to format the low-order 24 bits of 
N, 
  > one can already use (format "%x" (logand N #xffffff)) and this will 
continue to

The reason to invent a special syntax is to get the commonly desired
result in a simpler way.  If I am right that this is what people
want, why make it hard?

-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.




reply via email to

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