this post was submitted on 26 Oct 2023
79 points (90.7% liked)

Programming

17008 readers
409 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jadero@programming.dev 2 points 10 months ago

I'm going to offer something a bit different. I'll start by saying that I've never actually used it beyond a bit of tinkering and watching the presentation at the Strange Loop conference.a

https://www.hedycode.com/

The basic idea is that it's actually pretty hard to do things wrong at the start, mostly because you just can't do much. What you don't get right has very clear descriptions of what you've done wrong, where, and even suggestions for corrections.

As you progress, you can do more and you have a very gradual transition to the more restrictive environment that most programming languages have.

By the time you are done, you are basically programming in Python, so further learning can take place using the myriad of courses, tutorials, and documentation available for that language.

I have no real experience with it beyond some basic tinkering. It is designed for classroom use, or at least on the assumption that there is a teacher or instructor available. That may not translate well to someone learning on their own.