Skip to content

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.

License

Crafity/hedy

 
 

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.

image

The latest version of Hedy can be found at hedycode.com.

What's next?

If you want to see what the core team will work on next, you can follow our Project or follow the Discussions.

Živjo Hedy! Привет Hedy! !Hedy سلام

A great and simple way to help out Hedy is to help us translate Hedy into more languages! You do not need programming experience or knowledge to translate Hedy.

Note that at this point we only support left to right languages, but we are working on right to left too.

I have an idea for what you should build!

Great! We have two ways of monitoring ideas.

If is is a small fix, it is best to make an issue. Issues are meant for things we know that we want to work on, such as:

  • Error messages that need to be improved
  • Crashes or bugs

If it is a new idea, start a discussion. Discussions are a place to chat about stuff we do not know if we want to work on yet, or we are not sure how to do, such as:

  • New keywords
  • new meanings for existing keywords
  • Experimental improvements to the parser/transpiler

Want to help improve Hedy?

We would love to have a few more programmers join the Hedy core team!

See how you can get started with contributing in our docs: CONTRIBUTING.md.

You can follow the Discussions to stay up to date on things we are working on and considering. Full documentation including our design and design principles can be found DESIGN.md

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.5%
  • JavaScript 11.2%
  • HTML 7.7%
  • Other 1.6%