Don't wait for Apple to update your app: Arc on iOSarclanguage.org1 points·by abqarc·14 ปีที่แล้ว·0 comments
abqarc·14 ปีที่แล้ว·discussI bypassed the library problem by calling Python from Arc and returning the results as s-exps. It took 40 lines of Python code.
abqarc·14 ปีที่แล้ว·discussWhy not? Have you used a language other than Arc to write a web app recently?If writing web apps in other languages isn't still painful where have other languages/frameworks caught up?
abqarc·14 ปีที่แล้ว·discussOne can get libraries for cheap.Calling Python from Arc with wrappers that return Python data structures as s-exps seems like a workable hack to get libraries in Arc, at least the ones written in a functional style.Most libraries needed for web apps might be in Javascript.