[PATCH] Extensions for SRFI-171 (Transducers)

2022-12-20 Thread Colin Woodbury
Happy holidays everyone, I hope everything is going well for you. Since discovering SRFI-171 (Transducers) I have fallen in love with it. Transducers let me "talk the way I want to talk" while knowing that I'm being efficient underneath w.r.t. to iteration and allocation. In using Guile's impl

patch to add support for mmap and friends

2022-12-20 Thread Matt Wette
Guile Maintainers: Please consider the atttached patch for mmap and friends. Includes mmap, mmap/shared, munmap, msync. Matt From 306570beb3d1895abd03700593cc342282e4ccd1 Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Tue, 20 Dec 2022 17:15:27 -0800 Subject: [PATCH] Add support for mmap, munma

Re: [PATCH] Recognize LoongArch compilation targets.

2022-12-20 Thread lloda
Pushed to f3ea8f7fa1d84a559c7bf834fe5b675abe0ae7b8. Thank you!