Re: reader musings

2022-06-08 Thread Stefan Israelsson Tampe
I found a better way to find the mantissa and exponent e.g. frexp and when constructing the double/float ldexp is great. That makes the code more portable. These functions are really fast and the call overhead is not terrible. On Wed, Jun 8, 2022 at 9:49 AM Maxime Devos wrote: > Stefan Israelsso

Re: reader musings

2022-06-08 Thread Maxime Devos
Stefan Israelsson Tampe schreef op wo 08-06-2022 om 01:07 [+0200]: > https://gitlab.com/tampe/guile-persist/-/tree/master/ice-9 > https://gitlab.com/tampe/guile-persist/-/tree/master/src/write > > I'm wondering if I should make a C library for other projects to take > advantage of this work. Coul