Re: guile package manager

2025-03-09 Thread Dr. Arne Babenhauserheide
p...@evangelos.dev writes: > Im new to guile and exploring the language at moment by writing a beginners > guide that targets javascript folks. That sounds great! Welcome to Guile! Maybe my py2guile (for Python) and starter can provide inspiration: - https://www.draketo.de/py2guile - https://w

guile package manager

2025-03-09 Thread ping
Hello, Im new to guile and exploring the language at moment by writing a beginners guide that targets javascript folks. Im wondering what is the community's preferred package manager (search results are returning 'guix', 'hall' and 'guildhall', but there might be others too)?

Re: Need help understanding how scm_init_guile works (with FUSE)

2025-03-09 Thread Maxime Devos
Does FUSE use threads? When starting from 'C mode' and then doing Guile things, the thread needs to be prepared to deal with that - scm_init_guile (IIRC) does both initialisation and preparing the thread. For temporarily going to 'Guile mode', there is scm_with_guile (IIRC). Specifics are in