📢 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
this would mean +2 net languages for the engineering organization. very expensive.
2
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
Replying to
Yep, I follow. Will be painful incrementally during adoption, but I’m interested! Will read more.
Replying to
every tech switch has its painful moments. what's nice is what you get from it. if you have any question nicolas@haxe.org
1

