John, would you like to add a link to Alex's implementation to "srif-144.html"?

---------- Forwarded message ----------
From: Alex Shinn <xxxxxx@gmail.com>
Date: Sat, Jun 3, 2017 at 12:50 AM
Subject: Re: [scheme-reports-wg2] APPEAL FOR HELP: C99-based implementations of SRFI 144
To: scheme-reports-wg2@googlegroups.com


This is available at: https://github.com/ashinn/chibi-scheme/tree/master/lib/srfi/144

On Tue, May 30, 2017 at 12:27 AM, John Cowan <xxxxxx@ccil.org> wrote:
Excellent, I look forward to it.

On Mon, May 29, 2017 at 6:29 AM, Alex Shinn <xxxxxx@gmail.com> wrote:
On Mon, May 22, 2017 at 7:36 AM, cowan <xxxxxx@ccil.org> wrote:
I am currently working on SRFI 144, a C99-based flonum library intended for R7RS-large.  Because implementing this correctly will involve access to C, and FFIs are one of the least portable things in Scheme, it would be good to provide multiple implementations.

I can provide a Chibi FFI-based solution (wrapping a few math.h double functions and constants should be relatively portable even among FFIs).