logoalt Hacker News

mixedCaseyesterday at 9:08 PM0 repliesview on HN

You're doing native code, this the solution is the same as in native code: your languages agree on a representation, normally C's, or you serialize and deserialize. Mixing language runtimes is just not a nice situation to deal with without the languages having first class support for it, and it should be obvious why.