[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Fix #1133
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Fix #1133 |
Date: |
Fri, 27 Jun 2014 22:38:37 +0200 (CEST) |
> Sounds like candidates for "lolevel subset" APIs. There are also a room
> for leveraging Chicken close relationship with C when optimizing code.
> We have some bottlenecks where Scheme is "too high level" but using its
> C API directly is too troublesome. It would be nice to have some more
> low level stuff conveniently exposed to Scheme side.
What stuff would you like to see?
> We are hooking logging system (extracting file, line number information
> basically) through user-passes. There are also potential use cases like
> externally getting module dependency information (sort of like gcc -M
> options). It is a nice feature to abuse.
Ah, ok. Good to know.
felix
- Re: [Chicken-hackers] [PATCH] Fix #1133, (continued)
- Re: [Chicken-hackers] [PATCH] Fix #1133, Kristian Lein-Mathisen, 2014/06/20
- Re: [Chicken-hackers] [PATCH] Fix #1133, Oleg Kolosov, 2014/06/22
- Re: [Chicken-hackers] [PATCH] Fix #1133, John Cowan, 2014/06/23
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, Felix Winkelmann, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, Evan Hanson, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, John Cowan, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, Felix Winkelmann, 2014/06/27
- Re: [Chicken-hackers] [PATCH] Fix #1133, Oleg Kolosov, 2014/06/27
- Re: [Chicken-hackers] [PATCH] Fix #1133,
Felix Winkelmann <=
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/28
- Re: [Chicken-hackers] [PATCH] Fix #1133, Jörg F. Wittenberger, 2014/06/29
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/28
- Re: [Chicken-hackers] [PATCH] Fix #1133, John Cowan, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, Oleg Kolosov, 2014/06/27
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/28
- Re: [Chicken-hackers] [PATCH] Fix #1133, Felix Winkelmann, 2014/06/28
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/29
- Re: [Chicken-hackers] [PATCH] Fix #1133, Felix Winkelmann, 2014/06/29
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/29