Re: string-for-each vs. for-each+string->list performance

2020-06-12 Thread Linus Björnstam
Thanks for clearing that up. I have an old implementation of large parts of srfi-13 if that would be of interest. I don't know how much you want to change. The licence situation of the reference implementation is weird iirc. A beginning could be to replace all higher order functions since tha

Re: guile-hall error on probably every command

2020-06-12 Thread Ludovic Courtès
Hi Zelphir, Zelphir Kaltstahl skribis: > xiaolong@xlx200:~/dev/Guile/guile-hall-example-project$ guix search guile-hall > guile: warning: failed to install locale > name: guile-hall > version: 0.3.1 > outputs: out > systems: x86_64-linux i686-linux > dependencies: autoconf@2.69 automake@1.16.2 g

Re: Blog post about Hall

2020-06-12 Thread Ludovic Courtès
Hi, Jérémy Korwin-Zmijowski skribis: > https://jeko.writeas.com/hall-a-project-manager-for-the-guile-programming-language Nice post! Ludo’.

Re: string-for-each vs. for-each+string->list performance

2020-06-12 Thread Ludovic Courtès
Hi, Linus Björnstam skribis: > You can cut another 15-ish % from that loop by making an inline loop, btw > > (let loop ((pos 0)) > (when (< pos (string-length str)) > ... > (loop (1+ pos))) > > I have been looking at the disassembly, even for simpler cases, but I haven't > been able t

Re: guile-hall error on probably every command

2020-06-12 Thread Zelphir Kaltstahl
Hi Alex! Sounds great! No stress! I'll try it when it is there. I still have a project, which I would like to publish on GUIX package manager and I guess guile-hall can help me with that. Regards, Zelphir On 11.06.20 23:22, Alex Sassmannshausen wrote: > Hi Zelphir, > > Always nice to hear someo