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