Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
1–10 of 12 posts
Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#2Doesn't the actual question revolve around:
(a) how many people are interested
(b) of those, how many would pay a quarter grand a year for the privilege
(c) how many people would think that the added level of complexity would outweigh the benefits of just using Swift?
Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#3Of course people that are interested in it would pay, although I suspect a "subscription model" at $20/mo would be off-putting. Doesn't the actual question revolve around: (a) how many people are interested (b) of those, how many would pay a quarter grand a year for the privilege (c) how many people would think that the added level of complexity would outweigh the benefits of just using Swift?
Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#4Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#5Of course people that are interested in it would pay, although I suspect a "subscription model" at $20/mo would be off-putting. Doesn't the actual question revolve around: (a) how many people are interested (b) of those, how many would pay a quarter grand a year for the privilege (c) how many people would think that the added level of complexity would outweigh the benefits of just using Swift?
I agree, I need these answers to work on it for full time. So basically I created this interest check thread.
As someone who needs to write an iOS app, I'm going to use Swift, and the tooling built around it. Transpilation would mean you either need to integrate a debugger (hard) or I'll have to debug transpiled code (and have to check the transpilation)--I have enough "fun" doing that with ES6 in the browser. No thanks; I'll stick with the supported tools.
Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#6Python transpilers/compilers are such an amazing pain in the ass. For users also. Have you done this before?
if obj.isNumber():
print "Hello World"
where you can call objc methods from python code.Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#7Btw, there was YC company which sold PHP server optimizations. Anyone knows the name? (I think they are closed now but I am not sure)
Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#8Btw, there was YC company which sold PHP server optimizations. Anyone knows the name?
Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#9If that's your goal, it could be less work to embed a python interpreter in ObjC and write nice bindings for the iOs APIs.
Re: Ask HN: Would any one pay for a python to objc transpiler, with iOS integration?
#10Python transpilers/compilers are such an amazing pain in the ass. For users also. Have you done this before?
If you think about it, ObjC has a lot of similarities to a dynamic objected oriented programming language. You can add methods, check if a method exists and a lot more. Imagine something like this => if obj.isNumber(): print "Hello World" where you can call objc methods from python code.
We understand what you're talking about; I don't think you need to explain the concept.