Ask HN: Is there software for building software?
1–10 of 30 posts
Re: Ask HN: Is there software for building software?
#2Re: Ask HN: Is there software for building software?
#3WYSIWYG HTML generators may be as close as it gets, and that doesn't end up creating much in the way of "code".
Re: Ask HN: Is there software for building software?
#4What kind of applications do you want to be able to build with such a tool?
Re: Ask HN: Is there software for building software?
#5Re: Ask HN: Is there software for building software?
#6Re: Ask HN: Is there software for building software?
#7What kind of applications do you want to be able to build with such a tool?
I was thinking about basic CRUD applications to start. I think it would be valuable for a business to be able to build a small, basic CRUD application to manage certain processes like QA, or any other basic data-keeping that's needed - in situations where ready-made products just don't fit the bill.
1. Design your GUI using Interface Builder
2. Design your Core Data model in Xcode.
3. Connect the two using Bindings in Interface Builder.
It will be very very basic, but you can get something built without writing a single line of code. Ideally find some sort of tutorial that steps you through how to do every step, especially configuring and connecting Bindings. You won't truly understand everything, and the only way to do so will be to take the next step and learn C/Objective-C and the Cocoa API.Re: Ask HN: Is there software for building software?
#8Re: Ask HN: Is there software for building software?
#9What kind of applications do you want to be able to build with such a tool?
I was thinking about basic CRUD applications to start. I think it would be valuable for a business to be able to build a small, basic CRUD application to manage certain processes like QA, or any other basic data-keeping that's needed - in situations where ready-made products just don't fit the bill.