📢 I wrote a comparative analysis of strategies for my team on sharing code across iOS and Android (and web). Enjoy!
Conversation
haven't seen Haxe mentioned, while it's right on the topic. Did you know about it?
1
I didn’t; thanks for the reference. Will research.
1
1
for mobile, you want to use Haxe/C++ : You write code in high level language Haxe which gets compiled to C++ with native SDK
1
Replying to
this would mean +2 net languages for the engineering organization. very expensive.
Replying to
depends how much extra FFI you need. Haxe is easy to pick for people having prior static lang. exp. Unlike Swift it's OSS
Replying to
if you can maintain a small C++ FFI, the rest of the team only need Haxe. If you port your FFI API to JS, browser works too
1
Yep, I follow. Will be painful incrementally during adoption, but I’m interested! Will read more.
1
Show replies

