chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1538: Add egg component type for C code


From: Chicken Trac
Subject: [Chicken-janitors] #1538: Add egg component type for C code
Date: Fri, 28 Sep 2018 13:15:29 -0000

#1538: Add egg component type for C code
-------------------------+-------------------------------
 Reporter:  felix        |                 Owner:  felix
     Type:  enhancement  |                Status:  new
 Priority:  major        |             Milestone:  5.1
Component:  extensions   |               Version:  5.0
 Keywords:               |  Estimated difficulty:  medium
-------------------------+-------------------------------
 Currently C code can only be integrated in eggs as part of Scheme files
 (e.g. by using `foreign-include`). It would make wrapping C code easier to
 have a separate component type for compiled C code.

 Static linking makes this slightly complicated: the static extension may
 consist of more than one .o file, perhaps static libraries (.a/.lib)
 should be created, installed and linked to reduce the number of installed
 object modules.

--
Ticket URL: <https://bugs.call-cc.org/ticket/1538>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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