Hacker News new | ask | show | jobs
by mixedmath 890 days ago
This is interesting and serves as a potential "hook" for getting people interested in coding. I understand the BASIC appeal!

In something like python, an analogous thing is turtle graphics. Is there something more similar (but still very basic) in python for something like this? A mini graphical language?

1 comments

Yeah, something like that. It's hard to be both expressive and useful.

This is a small set of primitives around a tkinter canvas. I suppose one could expose a small set of primitives around a pygame too.

I have to think hard about what exactly I would want.