Before being release to the public, has the syntax of any programming language undergone usability testing? If so, what kinds of testing was performed, what were the results, and what impact did the testing results have on the design of the language?
|
|||||||||
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information. |
|||||||||
|
If by language usability you mean how the syntax and semantics of a programming language influences productivity, some studies have been conducted to evaluate the average productivity (time needed to implement a given program and quality of the solution) of programmers using several languages. You can find some information (with citations of further articles) on this page. The page has been written by a Lisp programmer so one might argue that it is biased (i.e. that it presents information that is favorable to Lisp). Still I find it interesting to look at how such experiments can be conducted and what one can try to measure. Also, the cited articles may provide more links to related studies. |
||||
|
|
|
One could argue that a "usability test" of Fortran II leaded to a complete new language: BASIC, which was designed to be more usable (especially for beginners) than its predecessor. If you want to know more about the origins and design goals, there is a whole chapter in this book concerning that topic. |
|||
|
|
From Robert Harvey's comment I found this interesting quote from C# designer Anders Hejlsberg:
|
|||||||||||||
|