From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: binary representation of numbers Date: Tue, 14 Oct 2003 16:16:54 +0200 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066141062 20248 80.91.224.253 (14 Oct 2003 14:17:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2003 14:17:42 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Oct 14 16:17:40 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9PzY-00048o-00 for ; Tue, 14 Oct 2003 16:17:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9PzT-0006NT-U6 for guile-user@m.gmane.org; Tue, 14 Oct 2003 10:17:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9Puq-0005GO-3B for guile-user@gnu.org; Tue, 14 Oct 2003 10:12:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9PuJ-00055T-9I for guile-user@gnu.org; Tue, 14 Oct 2003 10:12:46 -0400 Original-Received: from [151.38.246.106] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9PuI-000549-3m for guile-user@gnu.org; Tue, 14 Oct 2003 10:12:14 -0400 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1A9Pyo-0002xw-00; Tue, 14 Oct 2003 16:16:54 +0200 Original-To: Rohan Drape In-reply-to: message from Rohan Drape on Sun, 2 Feb 2003 20:36:11 +1100 Original-References: X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2291 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2291 From: Rohan Drape Date: Sun, 2 Feb 2003 20:36:11 +1100 I am sure this is `under my nose' but I cannot find it, any pointers would be appreciated. here is an excerpt from the upcoming 1.4.1.96 release NEWS file: * New installed module: (database binconv) This module provides the procedures: (system-big-endian?) => #t | #f (integer->integer-byte-string n size signed? [big-endian? [dest]]) => s (integer-byte-string->integer s signed? [big-endian?]) => n i haven't gotten around to the floating-point variants yet, but the stubs are there (calling them yields a "not yet implemented" error). if you want to play, anoncvs access directions are at: http://www.glug.org/alt/ you can use "pre-inst-guile" in the top-level build directory to test your application w/o installing (presuming you don't need the floating point variants). thi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user