jslogo
jslogo copied to clipboard
Logo in JavaScript
- [ ] map.se - [x] crossmap - [ ] cascade - [ ] cascade.2 - [ ] transfer
Trolling server logs, many people are trying to modify the URL manually to get localizations that don't exist. In descending order, the top ones are: - es (Spanish) - de...
This will require dropping dependencies on variables/functions in the closure (which is probably for the best anyway)
A proposal on processes: - The LogoInterpreter remains, as a singleton for any one Logo session (not sure why you'd want totally different interpreters, but I suppose it remains a...
The turtle operations don't seem to be documented in Reference at all. I think a page specifically for those instructions would be useful, ideally with images. Examples: ``` FD 100...
Hello! I have been using your site for a programming 101 with kids in Oakland, California. Good stuff! Regarding the new turtle style ... while it is impressive, I am...
There is a nice list of [MicroWorlds commands](https://en.wikipedia.org/wiki/List_of_MicroWorlds_Logo_commands) on Wikipedia. Some of these show up in the [15 Word Context](http://www.mathcats.com/gallery/15wordcontest.html) First step would just be enumerating all the commands that...
Possibly due to resize events from ??? No reliable repro yet.
- [ ] setprefix - [ ] prefix - [ ] openread - [ ] openwrite - [ ] openappend - [ ] openupdate - [ ] close - [...
Only the "named-procedure" template form is supported Other forms include: - [ ] explicit-slot - [ ] named-slot - [ ] procedure text