Hacker News new | ask | show | jobs
by vedosity 1647 days ago
At my employer we use Objective-C++ to interface with some shared C++ code. Swift can use C directly but it can be useful to wrap a C library in an Obj-C interface to be easier to use in Swift.