The 2022 Scheme and Functional Programming Workshop is calling for submissions.
We invite high-quality papers and talk proposals about novel research results,
lessons learned from practical experience in an industrial or educational
setting, and even new insights on old ideas. We welcome and enc
Hello Munyoki Kilyungi,
> Any
> one know how to fix the "No prompt found!" Or
> better yet, how would you specify, with Geiser,
> what Guile version to use on a per-project basis?
I filed a bug report about that to Guix a couple of years ago, and it seems the
problem comes from the "~/.guile" fi
Hi!
I'm trying to use Geiser to connect to a guile
process running inside a Guix container. I want
to be able to use Geiser with different binaries
of Guile. Within a Guix container, I can have all
the necessary Guile libs I want, so it's desirable
to use the Guile run-time inside the
aforementi
Hi,
Greg Troxel skribis:
> Ludovic Courtès writes:
>
>> Besides what Maxime points out, some more superficial issues:
>>
>> • In documentation, please refer to the relevant glibc section instead
>> of “See man page” (info "(libc) Memory-mapped I/O").
>>
>> • Please update doc/ref with a
Ludovic Courtès writes:
> Besides what Maxime points out, some more superficial issues:
>
> • In documentation, please refer to the relevant glibc section instead
> of “See man page” (info "(libc) Memory-mapped I/O").
>
> • Please update doc/ref with a section on memory-mapped I/O.
>
>
On 7/4/22 3:09 AM, Ludovic Courtès wrote:
greed.
I was wondering about offering an explicit ‘munmap’ interface: it would
be useful for fine-grain OS resource management, just like ‘close-fdes’.
Sorry, missed the munmap.
scheme@(guile-user)> ,d munmap
- Scheme Procedure: munmap bvec
See
Hello,
Having ‘mmap’ bindings would be much welcome.
Maxime Devos skribis:
> +SCM_DEFINE (scm_mmap_search, "mmap/search", 2, 4, 0,
> +(SCM addr, SCM len, SCM prot, SCM flags, SCM fd, SCM
> offset),
> + "See the unix man page for mmap. Returns a bytevector.\n"
> + "