Re: Request to add *-resize! functions for contiguous mutable data structures.

2021-08-09 Thread Maxime Devos
Vijay Marupudi schreef op zo 08-08-2021 om 23:02 [-0500]: > Thank you for your responses Taylan and Maxime! > > My initial reaction to the concern about multithreaded code is similar > to Taylan. I'm not sure if Guile has multithreading concepts built into > the compiler. If so, one can only check

Re: Request to add *-resize! functions for contiguous mutable data structures.

2021-08-09 Thread Vijay Marupudi
That does help with the freeing requirement, thank you Maxime! The request for this feature, if possible, still stands, because of ergonomic reasons, and also I want to store Scheme strings in a vector that can be resized. Until then, I will make do with this and the make-vector/vector-copy strat