An empirical comparison of the accuracy rates of novices using the quorum, perl, and randomo programming languages

  • Authors:
  • Andreas Stefik;Susanna Siebert;Melissa Stefik;Kim Slattery

  • Affiliations:
  • Southern Illinois University Edwardsville, Edwardsville, IL, USA;Southern Illinois University Edwardsville, Edwardsville, IL, USA;Southern Illinois University Edwardsville, Edwardsville, IL, USA;Southern Illinois University Edwardsville, Edwardsville, IL, USA

  • Venue:
  • Proceedings of the 3rd ACM SIGPLAN workshop on Evaluation and usability of programming languages and tools
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present here an empirical study comparing the accuracy rates of novices writing software in three programming languages: Quorum, Perl, and Randomo. The first language, Quorum, we call an evidence-based programming language, where the syntax, semantics, and API designs change in correspondence to the latest academic research and literature on programming language usability. Second, while Perl is well known, we call Randomo a Placebo-language, where some of the syntax was chosen with a random number generator and the ASCII table. We compared novices that were programming for the first time using each of these languages, testing how accurately they could write simple programs using common program constructs (e.g., loops, conditionals, functions, variables, parameters). Results showed that while Quorum users were afforded significantly greater accuracy compared to those using Perl and Randomo, Perl users were unable to write programs more accurately than those using a language designed by chance.