Re: Transducers v0.3.0 - R7RS edition

2023-04-17 Thread Damien MATTEI
hello Jeremy, i just have a glance at your source code and it is more developped than the guile version which i personally ported to racket so it would be hard to compare (in term of speed,etc) also i never used chicken ,just guile and racket but i will use chicken in future as i want to port

Re: Transducers v0.3.0 - R7RS edition

2023-04-16 Thread Jeremy Steward
Hey Damian, I must have missed this message when I announced v0.3.0. On 4/3/23 00:08, Damien Mattei wrote: Hello, does this transducers implementation add some significant speed to code when using them? i ask the question because i used transducers with Guile with very poor speed improvement

Re: Transducers v0.3.0 - R7RS edition

2023-04-03 Thread Damien Mattei
Hello, does this transducers implementation add some significant speed to code when using them? i ask the question because i used transducers with Guile with very poor speed improvement compared to normal code. regards, damien Le 03/04/2023 à 01:05, Jeremy Steward a écrit : Hey all, Just