29 Oct
2019
29 Oct
'19
08:39
Hi, I try to run the example for Js backend from https://mailman.iro.umontreal.ca/pipermail/gambit-list/2019-July/009103.html All the code compiles but I get a runtime error from node ---------------- gambit-test/linked_app.js:1066 return g_peps["##append"](); ^ TypeError: g_peps.##append is not a function ------------------- I guess it has something to do with the name 'append'? That this name cannot be overwritten in a local library? Regards Ben