Hacker News new | ask | show | jobs
by eappleby 20 hours ago
Scratch uses blocks that represent programming methodologies, like a block for loops or a block for sound. Those blocks snap together and you have a sound on a loop.

Code for Real uses blocks of real HTML, CSS, and Javascript. You set IDs and Classes on each block and can assign styling to them. The same way you would build an actual website or app. The challenge that kids run into (and adults) when trying to program is understanding how the blocks fit together, how they fit together, and what attributes apply to each element. The tutorials walk them through step-by-step how to create a working application explaining what each piece means. It can still be a lot for some students, but there are tutorials of varying complexity, so hopefully it will be beneficial for everyone.