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-

Implementing ES6 on top of Guile

2021-07-05 Thread Ayush Jha
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 now? My Background: I am very new to