Re: [PATCH] Add atomic-box-update! function to (ice-9 atomic)

2023-06-22 Thread Philip McGrath
On Thu, Jun 22, 2023, at 5:02 AM, Andrew Tropin wrote: > On 2023-06-22 01:21, Philip McGrath wrote: >> >> In any case, the current documentation for >> atomic-box-compare-and-swap! is clear that the comparison is eq?: it >> just means that, when the behavior of eq? is unreliable, so is the >> behav

Re: Guile 64-bit Windows support, redux

2023-06-22 Thread Mike Gran
Hey Guile- So I'm still plugging away at this Guile on Windows stuff. In a tree on Github [1], I started from the top and cleaned up the 64-bit Cygwin and MSYS problems.  Cygwin and MSYS are two related projects where you compile with GCC, with the newlib C library, and a link to a library that p

Re: [PATCH] Add atomic-box-update! function to (ice-9 atomic)

2023-06-22 Thread Andrew Tropin
On 2023-06-22 01:21, Philip McGrath wrote: > On Wed, Jun 21, 2023, at 11:59 PM, Andrew Tropin wrote: >> On 2023-06-21 18:54, Jean Abou Samra wrote: >> Le 21 juin 2023 à 18:46, Andrew Tropin a écrit : Make sense, but it's hard for me to say something valuable on this topic. U