emacs-devel
[Top][All Lists]
Advanced

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

Re: bignum support + calc + GNU Emacs


From: Stefan Monnier
Subject: Re: bignum support + calc + GNU Emacs
Date: Mon, 21 May 2007 09:32:30 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> 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?

It sounds OK to me.

> 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).

Gerd Moellman had written some preliminary code to add libgmp support to
Emacs, but it didn't generate much discussion or interest.
You can take a look at the "gerd_big" branch in CVS (or is it the
"gerd_int" branch, maybe?).


        Stefan




reply via email to

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