chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] Move `system' into (chicken base)


From: Evan Hanson
Subject: [Chicken-hackers] [PATCH] Move `system' into (chicken base)
Date: Mon, 25 Dec 2017 15:13:38 +1300

Hi hackers,

Here's a small patch that does just what it says.

The reason I'd like to put `system' in the "base" library instead of
"process" (as c-l-r has it) is twofold; one, it's generally useful and
nice to have on hand without having to import extra libraries, and two,
it's mostly implemented in runtime.c so there's not actually any benefit
to putting it in the process module (from a program size point of view,
I mean). Let me know what you think.

Cheers,

Evan

Attachment: 0001-Move-system-into-chicken-base.patch
Description: Text Data


reply via email to

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