5 ms·
Author here: Objective C is far and away mostly used for creating user-facing software. I want a better way to do that. That’s what the essay is about.
by jbrennan 13y ago
Author here: Objective C is far and away mostly used for creating user-facing software. I want a better way to do that. That’s what the essay is about.
- gilgoomesh 13y agoHave you considered PyObjC for programming Mac OS in Python? https://pythonhosted.org/pyobjc/ https://pythonhosted.org/pyobjc/ Or Xamarin for programming iOS using Mono/C#? http://docs.xamarin.com/guides/ios/getting_started/hello,_world/ http://docs.xamarin.com/guides/ios/getting_started/hello,_wo... Or F-Script for programming Mac OS X from a command-line shell? http://www.fscript.org/ http://www.fscript.org/ All three are quite well established and work pretty well for what they do.