|
|
|
|
|
by WoodenChair
1750 days ago
|
|
Yeah I hear you about the Python syntax. When I was making my turtle graphics language for kids, SeaTurtle[0], I thought about just quitting when I found out about the Python turtle module. But then I figured out that a big part of the beauty of Logo for the littlest of kids was the dead simple syntax. Having even simpler syntax than Python is a win for Logos or Logo clones. It's really the only reason to start a kid on them instead of a "real" programming language. 0: https://www.oaksnow.com/seaturtle/ |
|