Skip to content
Discussion options

You must be logged in to vote

No. If you want to use Go you can fork/modify micro itself instead of implementing the desired functionality as a plugin.

Go isn't a great language for plugins because it requires a compilation step (I think Go interpreters exist but I have no idea if they support the full language or are any good). Maybe you could write an adapter that communicates with binary plugins through some kind of IPC interface but it's almost certainly more trouble than it's worth. Lua is a very small language that is intended to be embedded in larger programs, so including an interpreter doesn't bloat micro's binary size that much.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kuvaldini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants