guile-user
[Top][All Lists]
Advanced

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

Re: Summer of Code Recap


From: Amirouche Boubekki
Subject: Re: Summer of Code Recap
Date: Fri, 08 Sep 2017 14:18:42 +0200
User-agent: Roundcube Webmail/1.1.2

Le 2017-09-07 08:32, Amirouche Boubekki a écrit :
On 2017-09-06 20:25, Amirouche Boubekki wrote:
On 2017-09-02 00:09, Amirouche Boubekki wrote:
On 2017-08-28 20:56, Ian Price wrote:

1 Introduction
==============

  As many of you are aware, I have been working on compiling Guile
  Scheme to JavaScript this summer, as part of the Google Summer of
  Code. This post serves to bookend my work for the year.


[...]


With that "fix" it run under nodejs v8.4.0 without increasing the callstack.
So it's good news!

With both patches applied and "use strict"; prefixed to the output of jslink
it works with chromium 60.0.3112.113 using the following command:

chromium-browser --js-flags="--harmony-tailcalls"

I pushed my changes to
https://gitlab.com/amirouche/guile/tree/compile-to-js-2017

I am only missing `js-closure` procedure to be able to submit guile callbacks
to javascript world.

Now my framework works with guile-js.

I pushed everything at https://gitlab.com/amirouche/guile/commits/compile-to-js-2017

Tx again ijp for the hard work :)

--
Amirouche ~ amz3 ~ http://www.hyperdev.fr



reply via email to

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