goyamp
goyamp copied to clipboard
Embed a JavaScript interpreter in the same way Lua is embedded.
As a JavaScript programmer I would like to embed JavaScript in the macros so that I can write complex expansions or reductions in JavaScript. Example:
JavaScript:
args: $some-variables
script:
result = javascript_function(args)