0-8-15

Results 18 issues of 0-8-15

At 2020-08-07 Marc Feeley wrote that the situation how lambdanative uses Gambit (at least on Android) is not supported by Gambit, he wrote: > Any number of Scheme threads can...

Various small changes accumulated over time.

It also links some files into a position where they are expected. No idea how to do this the right way(TM).

In order to avoid being killed by Android apps are supposed to register a notification/service. Usage: (foreground-service! #t) ;; start service (foreground-service! #f) ;; stop service

This depends on #386 Any not-so-time-critical Android API/Java Method - except those restricted Android itself may be called without adding JNI code.

`ln_core/lists.scm` contains a few list operations analogous to [SRFI-1](https://srfi.schemers.org/srfi-1/srfi-1.html). The list is small and a bit arbitrary chosen. The implementation is rather bad at handling invalid calls and often O(horror^2)....

feature-request

Preface: I have not been able to break this in meaningful smaller patches. All changes where required to pass a meaningful test case. 1.) Android 9/10 restricts access to JNI...

recently support for Android API versions less than 23 was dropped. This breaks half of my test devices and whom else perfectly good gadgets too. Can this be resurrected?

question

The code build a `.jar` using `make` and then needs to install that. How would I do that the intended way?

feature-request
question