What does HackerNews think of jslogo?

Logo in JavaScript

Language: JavaScript

#22 in Python
For anyone who wants to give LOGO a try, there's a really nice browser-based, javascript-implementation live at https://calormen.com/jslogo/ . Source for it can be found at https://github.com/inexorabletash/jslogo .

LOGO's great. It was my first introduction to programming back in 3rd grade in the 80s and definitely helped shape my eventual arc as a programmer. And honestly, it's just lots of fun to play with and explore.

This might be a good place to share some other logo implementations in Javascript:

* JSLogo - Logo in Javascript: https://github.com/inexorabletash/jslogo. See the project's README.md for more links.

* papert - logo in your browser (http://logo.twentygototen.org/. source code: https://code.google.com/p/papert/)

* Curly Logo https://github.com/drj11/curlylogo

jslogo has support for translation of keywords (and at least some actual translations, though I don't know how to activate them): https://github.com/inexorabletash/jslogo