Skip to content

hedyorg/hedylang

Repository files navigation

Hedy

Hedy is a gradual programming language aimed at teaching programming and teaching Python. It teaches using different levels. The first level just offers printing text and asking for input. This level is meant to introduce learners to the idea of a programming language, and the environment. From there, Hedy builds up to include more complex syntax and additional concepts.

Parts of Hedy

This repository contains the component that is the Hedy language, while https://github.com/hedyorg/hedy contains the website you see when you go to https://hedy.org/.

Getting started

First, install uv, for example using Homebrew on macOS:

$ brew install uv

After cloning:

$ uv run doit test

# Or
$ uv run doit pretest
$ uv run pytest

Releasing new versions

A GitHub Actions Workflow will be automatically release new versions to PyPI if the file named VERSION in the root of the repository is changed to a different version number.

After publishing it becomes available for use in https://github.com/hedyorg/hedy, by updating requirements.txt to reference the new version.

Thanks to all Contributors

Thank you very much for taking your time to help Hedy.

Contributors

(🔼 Back to top)

About

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python. This repository contains the language tooling.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages