Hacker News new | ask | show | jobs
by em-bee 1176 days ago
Parallelism only works through events

why is that a problem?

1 comments

In terms of the EV3 language you could spin up Lego motors in parallel just by drawing two lines from the previous command instead of a single line. Threading in a very literal sense.

Scratch being event-driven is not bad in itself. But there is so much design space to be explored.