HaxeFoundation / haxe.org-comments

Repository to collect comments of our haxe.org websites
2 stars 2 forks source link

[haxe.org/manual] What is Haxe? #3

Open utterances-bot opened 6 years ago

utterances-bot commented 6 years ago

Haxe - The Cross-platform Toolkit

Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.

https://haxe.org/manual/introduction-what-is-haxe.html

markknol commented 6 years ago

Haxe is great!

DataGreed commented 5 years ago

So, how exactly are iOS and Android supported? I see the support for Java, but I fail to see Objective-C or Swift support

eguid commented 5 years ago

Haxe so cool!

nadako commented 5 years ago

So, how exactly are iOS and Android supported? I see the support for Java, but I fail to see Objective-C or Swift support

You can also compile for these platforms using c++ or hl/c, no need for Objective C or Swift here.

posxposy commented 4 years ago

You can also compile for these platforms using c++ or hl/c, no need for Objective C or Swift here.

Just a bit more info :) 1) hxcpp can generate .mm files, instead of .cpp 2) hxcpp has some ready to use externs and helpers for Objective-C, see: https://api.haxe.org/v/development/cpp/objc/index.html 3) It supports writing own externs for Objective-C specific types like protocols.

So interaction with Mac/iOS libraries may be pretty smooth on this target.

TangoPJ commented 3 years ago

Great!