Re: Transducers v0.3.0 - R7RS edition

2023-04-17 Thread Damien MATTEI
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 compared to normal code. This question is going

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

Re: Error: unbound variable: readline#make-readline-port

2020-03-02 Thread Damien MATTEI
thank Vasilij, it works now with both with linenoise, adding that in .csirc: (use linenoise) (current-input-port (make-linenoise-port)) (set-history-length! 300) (load-history-from-file "/home/mattei/.chicken-scheme-history") (let loop ((expr (linenoise "> ")))   (cond ((equal?

Error: unbound variable: readline#make-readline-port

2020-03-02 Thread Damien MATTEI
hi i have installed readline and linenoise and of course the readline on linux libraries and dev but i have this error: Error: unbound variable: readline#make-readline-port i have the same error with linenoise: Error: unbound variable: linenoise#make-linenoise-port my system is ubuntu