guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Implementing ES6 on top of Guile


From: Matt Wette
Subject: Re: Implementing ES6 on top of Guile
Date: Tue, 6 Jul 2021 05:33:53 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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


My Background:

I am very new to the Guile project. I have written scripts in Guile and
have dabbled in the source code, but over all - I am fairly new to the
project.


NYACC includes an example of partial javascript implementation:

https://git.savannah.nongnu.org/cgit/nyacc.git/tree/examples/nyacc/lang/javascript

I stopped at implementing objects, because I wanted to have a
uniform implementation.   The above does have functions and control structures.

Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]