Re: a cookbook

2022-02-19 Thread Neil Jerram
On Wed, 16 Feb 2022 at 21:14, Catonano wrote: > > > > Il giorno mer 16 feb 2022 alle ore 10:54 Neil Jerram > ha scritto: >> >> >> >> >> > As for you creating a web site, I'd prefer such a website to be a >> > communitarian effort, rather than depend on a single person >> > >> > Maybe a wiki on

python-on-guile

2022-02-19 Thread Stefan Israelsson Tampe
i am now experimenting with the new generator infrastructure to see how much actual python on guile code is sped up. In the process I am optimizing a lot of stuff regarding python for loops. But some irritating things remain. My number 1 anger is that a iterator can throw an exception as a way to

'guild compile' and C(++) extensions (in the context of LilyPond)

2022-02-19 Thread Jean Abou Samra
Hi, (Cross-posted to guile-user, guile-devel and the debbugs issue, I'm unsure where this should go.) In LilyPond, we have now made a development release with binaries using Guile 2.2. However, a major problem is that we don't ship Guile bytecode yet. Notably, one problem to get the bytecode in

Re: 'guild compile' and C(++) extensions (in the context of LilyPond)

2022-02-19 Thread Developers list for Guile, the GNU extensibility library
On Sat, 19 Feb 2022, Jean Abou Samra wrote: I had similar problem with Jami. I added C++ primitives to Guile, but these were not load using the foreign function interface. Note, I'm using Guile 3.0.8, but I think the same could be done for Guile 2.0. Basically what I do is to add a `compile` c

Re: a cookbook

2022-02-19 Thread Vijay Marupudi
> This is *really* good. Pull in all the separate pieces and how they > fit together. Great job! Thank you! More coming soon, hopefully :) ~ Vijay