arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
675 stars 29 forks source link

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

Open Tensorect opened 4 months ago

Tensorect commented 4 months ago

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.

github-actions[bot] commented 4 months ago

Thank you for submitting an issue! :)