Writing Mac and iOS Apps Shouldn't Be So Difficult
inessential.com
Writing Mac and iOS Apps Shouldn't Be So Difficult
1–10 of 10 posts
Re: Writing Mac and iOS Apps Shouldn't Be So Difficult
#2And I’d like to add it also should not be so difficult architecture-wise. As an experienced (10+ yrs) iOS/macOS developer, when I start a new project, I have to do a ton of architecture to have a correct project base, and I find it weird. It should be builtin. At least we should have something, which I could change if I would disagree with the chosen architecture, but currently we have just pretty much nothing.
Re: Writing Mac and iOS Apps Shouldn't Be So Difficult
#3Are there other examples of software built this way?
Re: Writing Mac and iOS Apps Shouldn't Be So Difficult
#4Re: Writing Mac and iOS Apps Shouldn't Be So Difficult
#5I think everything Brent says applies far beyond Mac and iOS apps. The engine + interpreted DSL architecture just makes so much sense. Are there other examples of software built this way?
Brent seems to have something else in mind. I think many people would appreciate some other engine+DSL options.
Re: Writing Mac and iOS Apps Shouldn't Be So Difficult
#6I think everything Brent says applies far beyond Mac and iOS apps. The engine + interpreted DSL architecture just makes so much sense. Are there other examples of software built this way?
I would love to see a modernized mobile compatible rethinking of Tcl/Tk.
Re: Writing Mac and iOS Apps Shouldn't Be So Difficult
#7I think everything Brent says applies far beyond Mac and iOS apps. The engine + interpreted DSL architecture just makes so much sense. Are there other examples of software built this way?
Tcl/Tk is a good example of this. I would love to see a modernized mobile compatible rethinking of Tcl/Tk.
Re: Writing Mac and iOS Apps Shouldn't Be So Difficult
#8Earlier quoted context omitted.
Tcl/Tk is a good example of this. I would love to see a modernized mobile compatible rethinking of Tcl/Tk.
Except Tcl/Tk doesn't use native controls. I like the Tcl language, but the UI always looks and feels weird. A fork that uses native controls and adhere's to platform conventions would be nice. For example, on iOS app settings should be in the system settings app.
There’s also the themed Ttk package which has some themes that look more modern…