|
|
|
|
|
by pc2g4d
4072 days ago
|
|
It seems they're trying to design a programming language based on usability studies in academic literature? These feels like a terrible idea. Language designer now equals literature reviewer. But who knows, maybe they'll come up with something good? Some sample code: text dna = "GATTACA"
text msg = "Welcome to " + dna
output msg
Unfortunately the interpreter at [0] isn't working ("Error: Could not connect to server:")[0] http://www.quorumlanguage.com/documents/hourofcode/part1.php EDIT: fix code formatting |
|