Hedy: Multi-lingual programming for education

Time: 

Venue: MWT1

Language: English

Level: Beginner

When kids learn to program they often use either a visual language like Scratch, or a textual language like Python. While visual languages are great for the first steps, children and educators often want to move on to textual languages. However, early on, a textual language and its error messages can be scary. Hedy aims bridge this gap with a programming language that is gradual, using different language levels.

In level 1, there is hardly any syntax at all; printing is done with: print hello Open Source Hong Kong!

At every level, new syntax and concepts are added, so learners do not have to master everything at once. Hedy builds up to a subset of Python including conditions, loops, variables and lists.

To make learning as accessible as possible, Hedy also allows for the use of localized keywords, f.e in Spanish: imprimir Hello!

Hedy (hedy.org) was launched in early 2020 and over 5 million Hedy progams have been created to date, and has been translated into 51 languages including Chinese languages.

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 and multilingual programming is not easy to build with current frameworks

Jesus Pelay

Jesus Pelay / Venezuela

VU Amsterdam


Soy un estudiante de Ciencias de la Computación, desarrollador y colaborador en proyectos de código abierto