You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since graaljs cannot completely replace nodejs at present, we still need to use nodejs. If we use graaljs to cover nodejs, some programs will not run. When I only want to use graaljs on a certain project, using nodejs to cover graaljs is not a good choice. Can you provide a separate graaljs command? Do you also need to provide a separate graalnpm command?
Another implementation of javascript is deno, which provides a separate deno command and does not cover the node command.
At this point, another question came to my mind: why should GraalVM's GraalJS be compatible with NodeJS, instead of becoming another implementation of JS like Deno?
Just a little thought from a beginner who doesn't know much about graalvm. I hope to get a reply. I apologize if I disturb you.
The text was updated successfully, but these errors were encountered:
alamhubb
changed the title
【Feature Request】Can we use a separate graal command instead of the node command?
【Feature Request】Can we use a separate graal command instead of the node command? Like deno
Nov 1, 2024
Since graaljs cannot completely replace nodejs at present, we still need to use nodejs. If we use graaljs to cover nodejs, some programs will not run. When I only want to use graaljs on a certain project, using nodejs to cover graaljs is not a good choice. Can you provide a separate graaljs command? Do you also need to provide a separate graalnpm command?
Another implementation of javascript is deno, which provides a separate deno command and does not cover the node command.
At this point, another question came to my mind: why should GraalVM's GraalJS be compatible with NodeJS, instead of becoming another implementation of JS like Deno?
Just a little thought from a beginner who doesn't know much about graalvm. I hope to get a reply. I apologize if I disturb you.
The text was updated successfully, but these errors were encountered: