Jens Axel Søgaard
Jens Axel Søgaard
FWIW - is it a Linux only problem? At least I can't see the problem on macOS. /Jens Axel
Thanks for mentioning this. I was attempting to write both a Guide and a Reference to MetaPict, but the Guide is far from finished. I'll see if I can get...
Just checked. The same error occurs on 7.5. The example is in this section: https://docs.racket-lang.org/rsound/index.html#%28part._.Sample_.Code%29
I see Luca commited the tutorial to the repo. Do you think he as more info? I have tried making issues at https://github.com/processing/processing-docs but there haven't been any responses to...
Reas wrote (back in august): > The error is on the py.processing.org site unfortunately. > The original tutorial is here and the copyright is with MIT Press: > https://processing.org/tutorials/interactivity/ I...
FWIW I think, this is the place too look: https://github.com/cisco/ChezScheme/blob/main/s/engine.ss
The original variable reference `a` must have a source location?
From https://snapcraft.io/install/racket/pop it looks like Pop!_OS uses Snap. The SnapStore has version 8.9: https://snapcraft.io/racket What's the relation between Pop!_OS and the SnapStore?
Is ``` (for/append-list ([x (in-range 4)]) (list x (number->string x))) ``` different from ``` (append* (for/list ([x (in-range 4)]) (list x (number->string x)))) ``` ?
David's list covers most uses. In the nice-to-have department an option that effects which points are sampled would be nice. I notice that Mathematica samples points in a triangular grid:...