On 8/21/20 12:17 PM, Stephen Scheck wrote:
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.


maybe this?

(use-modules (system base language))
(current-language (lookup-language 'ecmascript))



Reply via email to