-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, Mar 28, 2016 at 06:36:33PM +0300, Eli Zaretskii wrote:
> > Date: Mon, 28 Mar 2016 10:24:56 -0400
> > From: "Thompson, David"
> > Cc: Guile User , Chris Marusich
> >
> > The environment variable path separator is *not* defined depending on
>
On Mon, 2016-03-28 at 21:04 +0200, Andy Wingo wrote:
> Hi!
>
> I am working on improving our port implementation to take advantage of
> the opportunity to break ABI in 2.2. I am wondering how much I can
> break C API as well -- there are some changes that would allow better
> user-space threading
We are pleased to announce the release of GNU Guix & GuixSD 0.10.0,
representing 2,247 commits by 52 people over 21 weeks.
• About
GNU Guix is a transactional package manager for the GNU system.
The Guix System Distribution, GuixSD, is an advanced distribution
of the GNU system.
In addi
I read https://www.gnu.org/software/guile/manual/html_node/Foreign-Structs.html
..
follow c struct
struct foo {
int a;
int b[4];
}
then
(let ((foo-type (list int (make-list 4 int
(parse-c-struct (make-c-struct foo-type (list 1 (list 1 2 3 4))) foo-type))
is run well.
but,
typed
Hi Andy,
I have been using soft ports to implement a text widget in my GUI
framework. I also used GOOPS, which I regret to this day, and so the whole
framework needs a serious rewrite, but if you're collecting various species
to the museum of make-soft-port, you can have a look:
https://bitbucket.