Hello,
I tried to to use the transpiler:
gsc -target js hello.scm
with hello.scm containing :
(display "hello word")
And i have the error message :
*** ERROR IN "hello.js"@74.39 -- Datum expected
The version i use was install by chocolatey :
gambit v4.6.6.20121126
what's wrong?