Re: Guile VM interpreter in GraalVM Truffle framework

2022-12-24 Thread Jean Abou Samra
Le 23/12/2022 à 18:06, Arvydas Silanskas a écrit : Good day, I have aspirations to run scheme on graalvm's truffle framework. And on superficial research, it seems implementing a Guile VM bytecode interpreter could be easiest path. I just want to inquire, if someone already had similar ideas

Re: [PATCH] Extensions for SRFI-171 (Transducers)

2022-12-24 Thread Damien Mattei
that is strange but with more ,the same ,tests i have no more speed up: with Racket versions of srfi 171 {unified-minterms-set-2 <+ (filter (λ (x) x) unified-minterms-set-1)} ;; remove #f results ;; (nodebug ;; {unified-minterms-set-2-length <+ (length unified-minterms-set-2)} ;; (dv unif

Re: [PATCHv2] Extensions for SRFI-171 (Transducers)

2022-12-24 Thread Colin Woodbury
Hi Linus, great to hear from you. Thanks for the feedback. I've attached new versions of the patches (with your suggested fix), and also an extra 4th commit that adds a short guide for how to write one's own Reducers. Merry Christmas! Colin On 12/21/22 19:00, Linus Björnstam wrote: As the au