jsinicro
Jan 01, 2015 - 23:25
Has anyone here thought of writing a python to swift parser/translator, or know if there's such an effort?
Has anyone here thought of writing a python to swift parser/translator, or know if there's such an effort?
One thing I have learned about converting things, is that if you can't convert directly from make thing to another, go through a middleman.
Python to something else, to swift?
Doesn't swift do the same thing as a Objective C, but a bit clearer syntax? If you can write IOS apps in Python, then maybe you wouldn't quite need a parser.