Live data from Hacker News

Teaching Kids Forth

gracefulliberty.com

71–73 of 73 posts

Re: Teaching Kids Forth

#71
post #53

Earlier quoted context omitted.

Aside from shooting yourself in the foot, I don't see anything you've shared that can't be done in python.

Of course not. I was merely expressing that Forth makes interactively very easy. And like all languages, it is impossible to evaluate them if you don't use them for some significant amount of time.

Python also makes "interactively" very easy!

Re: Teaching Kids Forth

#72

Earlier quoted context omitted.

that’s not even notation though, that’s a rubric for the order of operations.

The need to remember operator precedence is a consequence of the infix notation syntax.

i can’t imagine prefix or postfix being easier for most people to understand.

Re: Teaching Kids Forth

#73
post #47
post #44

Earlier quoted context omitted.

Python turtle with logo parser and 3D support https://github.com/tkfoss/pylogo3d/tree/main#pylogo3d

Are there physical turtles available? Good for kids to take home an actual plot from their classes.

Yes, either live using python/logo REPL, from a script or from generated svg. Thanks for motivation to wrap it up and publish that part as well
Post reply on HN