Hacker News new | ask | show | jobs
by d4rcyc 2411 days ago
this reminds me of a project with similar goals (of providing learner coders with a "level-up" from Scratch) https://github.com/stevekrouse/WoofJS
1 comments

woof.js is great.

It feels similar to how Khan Academy do their intro to JS which in turn is very like Processing.js and other Canvas based libs. This gives it a clear progression path which is an advantage.

BlockLike has a slightly different feel/direction mainly because it is DOM based. You can dive into CSS with it for example.

Generally, with JS, one should learn early that for every simple task there are multiple libs ;)