jslogo icon indicating copy to clipboard operation
jslogo copied to clipboard

Logo in JavaScript

Results 40 jslogo issues
Sort by recently updated
recently updated
newest added

- [ ] map.se - [x] crossmap - [ ] cascade - [ ] cascade.2 - [ ] transfer

language
library

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...

ui
documentation
localization

This will require dropping dependencies on variables/functions in the closure (which is probably for the best anyway)

implementation

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...

graphics

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...

ui
graphics

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...

library

Possibly due to resize events from ??? No reliable repro yet.

bug
ui

- [ ] setprefix - [ ] prefix - [ ] openread - [ ] openwrite - [ ] openappend - [ ] openupdate - [ ] close - [...

library

Only the "named-procedure" template form is supported Other forms include: - [ ] explicit-slot - [ ] named-slot - [ ] procedure text

language