[Chicken-users] compile .scm for android

2016-03-07 Thread F. Rafael Leon
I attach a Makefile for Android, building on Linux with NDK. ndk-build must be on the path. It auto-detects almost everything else. It builds libsharedlib.so from sharedlib.scm. Inside of sharedlib.scm, include a.scm, b.scm, c.scm as dependencies: (include "a.scm") (include "b.scm") (include

Re: [Chicken-users] Chicken-users Digest, Vol 149, Issue 2

2015-04-07 Thread F. Rafael Leon
On Tue, Apr 7, 2015 at 7:00 AM, chicken-users-requ...@nongnu.org wrote: But I'm sick and tired of people throwing badly written code into the net and making gross assumptions about implementation performance. The possible options, the search-space available is massive and a little difference

[Chicken-users] Chicken Workflow for Editing C Code

2015-04-07 Thread F. Rafael Leon
On Tue, Apr 7, 2015 at 9:48 AM, Peter Bex pe...@more-magic.net wrote: Even when editing the C code, I wrap it in chicken and dynamically load it over and over again as I refine the inner loop. Hey, that sounds interesting! How do you do that? This is a whole different topic from the