Hacker News new | ask | show | jobs
by jb1991 1594 days ago
Yeah for me it's just about keeping Obj-C out of the project. It's enough to have two languages, I don't want to unnecessarily add a third.
1 comments

Don't you already have 3 languages to think about? Swift, C and C++?
The C API is usually syntactically valid C++, so I don’t think of it that way. It’s just an API. Implementation is still in just two languages.