|
|
|
|
|
by humanrebar
4447 days ago
|
|
I've used graphical programming in the past. It sounds amazing in abstract, but ends up being a mess when it is implemented. It basically requires a "sufficiently smart editor", which, even if implemented perfectly, would not leave a lot of room for a third-party ecosystem to be built around the language. There are many solved problems in text-based programming that would need to be resolved in order for a graphical programming language to be as useful. How would one post a "snippet" to StackOverflow? How would diffs work? Consequently, how would source code management work? |
|