qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Where are the studies/evidence referenced? [citations needed] #33

Closed sukima closed 1 year ago

sukima commented 1 year ago

I came across this language from this YouTube talk and was intrigued that there was an academic field performing some studies or evidence gathering on programming language design.

In many programming circles holy wars over semantics run rampant and really lower both the developer's energy but also moral. It got me thinking that common language semantics could have evidence concerning them outside of Quorum.

We regularly run experiments with people at various age and experience ranges, investigating ways to make the language easier to use. Evidence gathered from these studies is filtered back into the design, making quorum an "evidence-based" programming language. — Quorum README

Do we have references to those studies and their conclusions? Is it possible to read and interpret these studies to gain better understanding and knowledge on the reasons for some language semantics, keywords, and design (specifically Quorum)?

andreas-stefik commented 1 year ago

Sure, here's a collection of some our lab runs directly:

http://web.cs.unlv.edu/stefika/publications.html

There are a ton more though on ACM digital library nowadays. Brett Becker's work, Neil Brown. Felienne Hermans, and a ton more people.

andreas-stefik commented 1 year ago

One other we are working on now for the language is blocks. The evidence by David Weintrop, on this issue, is pretty interesting if you don't know it.