all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bignum support + calc + GNU Emacs
@ 2007-05-20 19:52 Jose E. Marchesi
  2007-05-21 13:24 ` Richard Stallman
  2007-05-21 13:32 ` Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Jose E. Marchesi @ 2007-05-20 19:52 UTC (permalink / raw)
  To: emacs-devel


Hi all.

I am in the process of writing uuid.el, a implementation of the ITU
X.667 standard for the generation of Universal Unique Identifiers. I
need that support for the AddressBook[1].

In order to generate the uuids the program should manipulate 60-bit
unsigned integers. The question is, for a program/library supposed to
work in GNU Emacs, would it be considered good practice to use
(require) calc's lisp implementation of bignums, considering uuid.el
is intended to be a quite generic library?

On the other hand, i made a search in the emacs-devel archive for
discussion regarding bignum support, without results.

I think would be quite good to have some "standarized" way to use
bignum/bigfloats in Emacs. I like the calc way to manage the issue in
pure lisp, but to make the garbage collector to work with libgmp would
be great too (i think XEmacs already has support for libgmp).

Any though?


[1] http://www.emacswiki.org/cgi-bin/wiki/AddressBook 

-- 
Jose E. Marchesi    <jemarch@gnu.org>
                    <jemarch@es.gnu.org>

GNU Project         http://www.gnu.org
GNU Spain           http://es.gnu.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-05-21 17:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-20 19:52 bignum support + calc + GNU Emacs Jose E. Marchesi
2007-05-21 13:24 ` Richard Stallman
2007-05-21 13:57   ` David Kastrup
2007-05-21 17:51   ` Jose E. Marchesi
2007-05-21 13:32 ` Stefan Monnier
2007-05-21 17:57   ` Jose E. Marchesi

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.