Hedy: Creating a gradual programming language
A Distinguished Lecture by Felienne Hermans (Leiden University, the Netherlands)

Hovedinnhold
Hedy is a gradual programming language to make learning programming easier. The core idea of Hedy is that it uses different language levels. In level 1, there is hardly any syntax at all, for example, printing is done with:
print hello UiB!
In every level, new syntax and concepts are added, until kids are doing a subset of Python in level 20 with conditions, loops, variables and lists. The leveled approach means that learners do not have to learn all syntax rules at once. Hedy is aimed at children that want to get started with textual programming languages, but for whom starting with Python might still be too complex.
Hedy is open source, runs in the browser, is free to use, and available in eighteen different languages (Including English, Spanish, Chinese, Hindi and Arabic). Hedy was launched in 2020 and since its creation almost 2 million Hedy programs have been created by children worldwide. Try Hedy at www.hedycode.com.
In this talk, Felienne will dive into the pedagogy behind Hedy, but also expand on the technical aspects of Hedy. For example, a set of increasingly complex grammars, rather than one grammar, poses new challenges for language design.