Use python instead of Javascript for plugins and more plugin potential

You could use python instead of JS for plugin development. Simple.
For more plugin potential, make it so that devs can add more functions to the plugins. EG.

  • run plugins
  • get triggered by specific events

I hope it won’t ever happen mate :wink:

1 Like

I don’t think this can happen. From the plugin dev text:

After all, plugins run in the browser, and browsers only support JavaScript.

Yeah, but browsers also support Web Assembly, and Pyodide has compiled CPython (the python interpreter) for Web Assembly. Look up pyodide on google.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.