Matt Wette wrote: > Did you try `guile --language=emacscript’? > > mwette$ cat zz.js > display("hello\n”); > > mwette$ guile --language=ecmascript zz.js > hello
The intent is that I want it to change language in the middle of the script.
Matt Wette wrote: > Did you try `guile --language=emacscript’? > > mwette$ cat zz.js > display("hello\n”); > > mwette$ guile --language=ecmascript zz.js > hello
The intent is that I want it to change language in the middle of the script.