Running Swift code on Android
The Insider News
1
Posts
1
Posters
0
Views
1
Watching
-
Apple's Swift has been available for over a year now, and Apple has promised it will be made available under an Open-Source license by the end of 2015. That's great, but could I run Swift code on an Android device today?
The key is LLVM which generates assembly code for an imaginary machine, and then converts that intermediate representation to actual code
Thanks, Sean Ewington CodeProject