deadlyjack / Acode

Acode - powerful text/code editor for android
https://acode.app
MIT License
2.91k stars 393 forks source link

Extend plugin architecture #1074

Open SuperninjaXII opened 2 weeks ago

SuperninjaXII commented 2 weeks ago

Check for existing issues

Describe the feature

Add lua as an official language for acode plugins. This app is designed to be modular yet little work on the documentation. LSP needs to improve. The problem should be highlighted on the code where the problem is.( Little tough but I will contribute when lua is added) I said a lot more on telegram I forgot

If applicable, add mockups / screenshots to help present your vision of the feature

No response

bajrangCoder commented 2 weeks ago

Instead of adding any specific language runtime for plugin. I planned to embed wasm runtime, as this will allow plugin can be written in any language and also discussed regarding this in discord community (it is in wip)

SuperninjaXII commented 2 weeks ago

Great idea. That way I can use go lang or rust