I have a question about the examples. They contain interactive web embeds that look like p5.js. Is that transpiled from Sketching – can racket sketches be exported for the web? Or is it more like the Processing (Java) manual, where .js versions are for illustrative purposes only, but not automatically derived from the source language.
In the Examples section, it is the same examples as in the Processing (Java) manual.
I included them in order to make the manual more interactive.
The images in the reference part are generated by directly by Sketching code.
Each time the manual is updated, the images are regenerated.
If you are interested in using something Racket-like in the browser, the options today is
RacketScript or Urlang.
/Jens Axel