guile-user
[Top][All Lists]
Advanced

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

Re: Guile portability?


From: Ludovic Courtès
Subject: Re: Guile portability?
Date: Fri, 23 Sep 2011 09:39:20 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hi Paul,

Guile exercises a very large subset of the POSIX API (file system,
networking, threads, etc.) and thus is quite exposed to portability
issues.  I suspect it’s not as portable as GNU Make, but that can be
fixed.

We mostly check it on GNU variants, but also on MacOS X and FreeBSD and
from time to time on Solaris and a few others.  Fortunately, Guile uses
Gnulib, and a large part of the OS-sensitive APIs is wrapped by Gnulib.

Thanks,
Ludo’.




reply via email to

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