|
|
|
|
|
by nkuttler
1412 days ago
|
|
> Anything to reduce the friction from thought to working software without having to worry about syntax. The syntax complexity will just be moved into a visual layer, it doesn't disappear. > VR with 3D representations of code as, I dunno, pipes, gears, something like that? Those 3D representations will just generate some code again, adding another layer of complexity to the debugging process? |
|
You missed the part where our brain is much better prepared to deal with visual complexity than textual. It's like moving the job to a specialized hardware co-processor.
Even if the inherent complexity of the task is the same, the environment would allow to do it way more efficiently. And we could also redesign the languages and IDEs to take advantage and reduce non-inherent complexity as well. See for example the Cursorless demo linked above, where you can target specific bits of code by naming a letter rather than navigating to them with arrow keys or the mouse.
https://m.youtube.com/watch?v=5mAzHGM2M0k