[2nd CFP] Scheme 2022, 23rd Scheme and Functional Programming Workshop

2022-07-04 Thread Andy Keep
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

Re: Geiser+Guile For Remote Connections: "geiser-repl--wait-for-prompt: No prompt found!"

2022-07-04 Thread Luis Felipe
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

Geiser+Guile For Remote Connections: "geiser-repl--wait-for-prompt: No prompt found!"

2022-07-04 Thread Munyoki Kilyungi
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

Re: mmap for guile

2022-07-04 Thread Ludovic Courtès
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

Re: mmap for guile

2022-07-04 Thread Greg Troxel
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. > >

Re: mmap for guile

2022-07-04 Thread Matt Wette
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

Re: mmap for guile

2022-07-04 Thread Ludovic Courtès
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" > + "