Weird issue with running guile in a guix shell, infinite output loop, In procedure fport_read: Input/output error

2024-11-29 Thread Zelphir Kaltstahl
Hello Guile developers, I observe something weird happening, when I develop some Guile module, and test things out in a Guile REPL, which I start in a Guix shell, in order to have dependencies installed. guix time-machine --channels=guix-env/channels.scm -- shell --check --manifest=guix

Re: Error running Guile from Guix (continue)

2024-11-24 Thread Zelphir Kaltstahl
Sorry, instead of clicking the formatting button, I accidentally clicked "send" prematurely. Continuing below. On 24.11.24 23:44, Zelphir Kaltstahl wrote: Hello Guile developers! Today I ran into a problem simply trying to run `guile`. I have installed Guile in a guix profile: ~

Error running Guile from Guix

2024-11-24 Thread Zelphir Kaltstahl
Hello Guile developers! Today I ran into a problem simply trying to run `guile`. I have installed Guile in a guix profile: $ guix describe --format=channels (list (channel (name 'guix) (url"https://git.savannah.gnu.org/git/guix.git";) (branch "master") (comm

Re: map-par slower than map

2022-10-14 Thread Zelphir Kaltstahl
Hello Damien, On 10/14/22 10:21, Damien Mattei wrote: yes Zelphir i think there is a problem in the threading part of guile, whatever the code is ,it run well the first time, and after is unstable. Long ago at the very begin of Java language on my master project at university i experienced sam

Re: map-par slower than map

2022-10-12 Thread Zelphir Kaltstahl
Hi! On 10/12/22 22:27, Damien Mattei wrote: https://github.com/damien-mattei/library-FunctProg/blob/master/guile/logiki%2B.scm#L1674 i commited the current version of code here with all files but it is huge :-/ On Wed, Oct 12, 2022 at 10:20 PM Damien Mattei wrote: Mutex? i do not think

Re: case source code

2022-09-12 Thread Zelphir Kaltstahl
Hello Damien, On 9/12/22 09:42, Damien Mattei wrote: Hello, i can not find in the scheme community a definition of 'case in term of macro as for when, unless,while,do... does anyone have it? thanks, Damien Can you give an example of what form you mean? Regards, Zelphir -- repositories: https