*Binary format status*
> - Plan to encapsulate most of it in ilp-core, so everyone else doesn't
> have to worry about it.
> - We had previously thought that we would reimplement ILP in every
> language. Now adopted a more nuanced view - need implementations in
> JavaScript (browsers, web), C (support most languages through
> bindings; embedded systems), Java (to support JVM), C# (to support
> .NET), Python (large amount of interest). But not much more for now.
> - Javascript and Java have started on GitHub looking for others
>
>
Hi Adrian,
C is notoriously unsuitable for security-sensitive code. As an outside
observer, I would suggest that you look at alternatives. My favorite
would be Go with a thin C shim on top. A more realistic alternative
would be C++ with a C interface.
Thanks,
Yaron