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
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)?
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