Anonymous
10/14/2025, 5:18:27 PM
No.106886226
>>106882764
The #1 flaw of nocoders is that they don't understand multiparadigm construction.
You have to use the right system for the right job. Visual programs have lots of really useful applications, WHEN THE PROBLEM IS VISUAL IN NATURE, like GUIs, plots, charts, graphs, image editors, etc...
Doing any of that shit with pure text is a pain in the ass.
But then likewise operating on text is much easier in a textual format, which also makes text superior for metaprogramming, macros, etc... since it can easily generate and manipulate itself in a way that would be confusing or impossible to visually replicate.
The #1 flaw of nocoders is that they don't understand multiparadigm construction.
You have to use the right system for the right job. Visual programs have lots of really useful applications, WHEN THE PROBLEM IS VISUAL IN NATURE, like GUIs, plots, charts, graphs, image editors, etc...
Doing any of that shit with pure text is a pain in the ass.
But then likewise operating on text is much easier in a textual format, which also makes text superior for metaprogramming, macros, etc... since it can easily generate and manipulate itself in a way that would be confusing or impossible to visually replicate.