(no title)
threefour | 8 years ago
Most of us don't do that. Most of us make due with off the rack suits with some tailoring for 1/10th the price.
With programming we have an expectation of bespoke design, so anything less, even if it's much easier, seems lame.
A potentially useful reframing of the question is, "What are all the common use cases that could be solved sufficiently with significantly less effort using visual programming?"
dsjoerg|8 years ago
the big examples i have in mind are: * spreadsheets -- very visual, everything's in a grid. the relationships are spatial. * electronic music -- people lay out their various effects in a flowchart format and chain them from one to another * video games -- consider a game like RimWorld. you're clicking on all kinds of things and specifying what you want done with them. the behavior of the actors in the environment are modified by your specifications.
So, it's all in various optimized subdomains. As it should be!
kig|8 years ago
Most of the things you do are achieved through a visual programming environment specialised for that particular task. Maybe text-based source files in complex directory trees, managed through a structured text editor with UI composition helpers represents one kind of specialised visual programming environment as well.
majewsky|8 years ago
dkuebric|8 years ago
nickpinkston|8 years ago