|
|
|
|
|
by lolo_
4456 days ago
|
|
I think an underrated non-standard approach to programming is graphical programming. Though this approach doesn't seem to received significant uptake amongst professional programmers, there is an application called max [0] that is popular amongst musicians and artists and quite surprisingly powerful and effective. There's an interesting article [1] on how Jonny Greenwood of Radiohead uses it extensively, in there you can see some examples of how it works - modules wired together visually. I think there is a lot of potential for a really nice mix between text-based programming and graphical programming to work for general programming too. [0]:http://cycling74.com/products/max/
[1]:http://thekingofgear.com/post/25443456600/max-msp |
|
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?