Hacker News new | ask | show | jobs
by nick__m 699 days ago
Show me how Rust, Go and Python automatically rename a foreign library types and functions to match your language style.
1 comments

The bindings generator that produces the FFI glue code does it so everything comes out in native style.