arturo-lang/arturo

Adding more interoperability with other languages like go/rust with call.external

Opened this issue · 1 comments

Currently , the call.external feature requires us to have a .so file in linux/windows which can only be compiled using c/c++/nim etc.

However , this leads to lack of interoperability with other languages like go/rust/python etc. which can have projects written in them which might be helpful to while developing software in arturo

personally i want [https://github.com/charmbracelet/gum](this go package) to be interoperable with arturo code .

so how do you think we can achieve a systematic way of adding interoperability with other languages.

Thank you for submitting an issue! :)