Skip to content
/ hedy Public
forked from hedyorg/hedy

Hedy is a gradual programming language, which increases in syntactic elements level by level.

License

Notifications You must be signed in to change notification settings

PatWg/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 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.

I have an idea for what you should build or improve!

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

Please note that we want to be a friendly and welcoming open source project. If you submit an issue, refrain from saying things are "bad", or "wrong" or "broken". Assume that code that is there was made by people that do their best! Neutrally phrased messages are nicer for everyone. For example use "did not do what I expected", "appears not to work" or "could be improved".

Want to help improve Hedy?

We would love to have a few more programmers join the Hedy team as regular contributors! 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, which increases in syntactic elements level by level.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.5%
  • HTML 14.3%
  • TypeScript 12.9%
  • CSS 5.3%
  • JavaScript 2.7%
  • Shell 1.3%