Using the same keys and values across different languages

There’s also this weird inconsistency with 8 byte max int in Python, but outside of that I also can’t think of any other incompatibilities.

I believe that more bindings now support large integers than just Python and Java, but it may still be correct that some bindings have more types available than others. It’s definitely worth checking with the languages you intend to use before using a type in your tuple. It’s also possible, of course, to add support for new types in each language after the fact, if you decide to adopt a binding later and discover it’s missing one.

1 Like