Re: The Guile junk drawer and a C plea (was: [PATCH] Add nondestructive delq1, delv1, and delete1.)

2024-07-16 Thread Olivier Dion
On Sat, 29 Jun 2024, Mikael Djurfeldt wrote: [...] > As has been spoken about here previously, I suggest that we > design a new module hierarchy, introduce aliases for module bindings, and > still supply the old module hierarchy during a few years for backward > compatibility. In the name of di

Type declarations and data validation utils?

2024-07-16 Thread Artyom Bologov
Hi y'all, I've compiled a generic collection of data-checking macros (which I'm consider contributing as SRFI), but I'm not satisfied with their performance. Dave Thompson's blog post shows benefits from adding type predicates before the code, but it seems that my approach of adding assert-s to th