nice job!
I've read the code very quickly, my understand is to convert CPS to
plain JS code directly, right?
Do you have a plan to generate it according to asm.js spec?
On Sun, 2015-06-07 at 18:39 +0100, Ian Price wrote:
> Hi,
>
> As some of you will know, I am implementing a guile->js backend as
On Sat, 2015-06-06 at 10:19 -0700, Matt Wette wrote:
> On Jun 4, 2015, at 1:41 AM, Nala Ginrut wrote:
> >
> >> 1) There is no specification of terminals. Terminals are detected in
> >> rules (via fenders) as quoted symbols or characters.
> >>Example of terminals: 'number, #\+
> >
> > hmm..
Hi,
As some of you will know, I am implementing a guile->js backend as
part of Google Summer of Code. This is a small update so that those of
you who do hang out on the guile irc channel can see some of the
(small) progress.
A temporary git branch is available at
https://gitlab.com/ijp/guile/com
I just updated pkgsrc to 0.47. Three nits:
You say to send bugs to ./configure --help, but that doesn't show up
in the installed package anywhere.
Tests failed (entirely) due to running out of shm segments. I have
regular pgsql running, and I think the tests used to work. So I
wonde