Casts to pointer from integer of different size?

2021-07-06 Thread Maxime Devos
Hi guilers, While debugging a build failure of guile on the core-updates branch of guix (see https://isues.guix.gnu.org/49368) when build for i686 (guix build --system=i686-linux), I noticed some following warnings which look suspicious (plenty of tests are passing though, it is only the test

Re: Implementing ES6 on top of Guile

2021-07-06 Thread Matt Wette
On 7/5/21 3:52 AM, Ayush Jha wrote: The issue: I found an implementation of ECMAScript on Guile in the docs, and I was wondering if anyone is working on improving it/building an alternative. I would love to get started on it. What is the status of the ECMAScript implementation project as of

Re: Implementing ES6 on top of Guile

2021-07-06 Thread Nala Ginrut
Sorry, "it's mostly ES6". On Tue, Jul 6, 2021, 15:48 Nala Ginrut wrote: > Hi Ayush! > I have some experiences to write language frontend on Guile. > Here are posts and project you can take a look, they could be helpful to > you. > > >

Re: Implementing ES6 on top of Guile

2021-07-06 Thread Nala Ginrut
Hi Ayush! I have some experiences to write language frontend on Guile. Here are posts and project you can take a look, they could be helpful to you. https://nalaginrut.com/archives/2016/09/05/a-preview-of-guile-lua-%28rebirth%29%2c-and-some-opinions-