|
|
|
|
|
by bradly
5694 days ago
|
|
While it would be neat to give the power of programming to everyone, I'm not convinced coding in a natural language would necessarily be better/easier than writing code in Ruby or Lisp or Python. Sure, you eliminate the first big hurdle in programming, but learning the syntax of programming language is usually one of the easier parts of software development. |
|
The advantage of natural language over a high level programming language would appear to be analogous to that which a high level programming language has over assembly.
I think you may be conflating programming with software development. People still develop software in assembly language, but few people use it in lieu of javascript on the web.