dbohdan / embedded-scripting-languages

A list of embedded scripting languages

Home Page:http://dbohdan.github.io/embedded-scripting-languages/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Node.js, Deno, Bun

ad-si opened this issue · comments

I'm surprised to not see the 3 most important JS execution engines.
Because they can not be embedded as easily?

But especially Deno should be listed, as it allows to restrict access to resources, which is something a lot of the other options are unfortunately lacking.

There is no policy why they aren't on the list. It just happened. I tend to focus on embedded-first scripting languages, and nobody has suggested them.

Could you submit a PR adding Node, Deno, and Bun, preferably with a link to official instructions on how to embed each in the notes?