Going off of our last Safe pod hangout… please post the top languages you will be working with so the core devs can get a better understanding of what app builders will be working with for API wrappers!
Once we get a top 5 list, I’ll make this into a poll.
Top languages I will be working with or that I’m comfortable working with today?
Today: Javascript, C#
Would like all APIs be available through REST calls. I have not listened to the latest POD yet so I might be off context.
Future: Javascript, Nodejs, C#
Mmm, wrapping all our APIs as COM objects starts to look even more sensible. RESTful APIs are a cinch to auto-generate from COM type libraries for example. You also gain reasonably easy language support for everything above if we were to write a COM type library to SWIG interface file converter.
I’ll work with Haxe, it can compile to a lot of languages, like C++, C#, Java, JavaScript and even Python and Php. It is statically typed language so the compiler does a lot of work for you during compilation.
Also with libs like openfl and Kha it can target a lot of platforms, like iOS, Android, Mac, Windows and Linux.