Hacker News new | ask | show | jobs
Show HN: Languages Interoperability Tool
3 points by tvinko 1814 days ago
Hey all! I'm sure you all know that combining programming languages is super hard. Just imagine a project with Python frontend and C# backend or PInvoke Calling C++ code in C#

I created a tool that makes language interoperability easy with lightning execution speed. Additionally, languages can be combined in full programs by just simple drag and dropping

We are using this tool internally at my company Zenodys. I open sourced it https://github.com/tvinko/AlgoniaEngine

And you can see it in action here https://dev.to/tvinko/languages-interoperability-406f

There is huge lack of documentation at the moment but it's coming soon

1 comments

Tomaz, we know each other well and i am know how much effort you gave into this.. super glad you open sourced this hope community will find it as valuable as we did.