ProcessingLanguage

ThoughtStorms Wiki

A system for DigitalArt .

https://processing.org/

It's not really a "programming language" as such. Rather it's a framework, a pre-processor and an environment, within which you can use a number of languages.

Originally it was used with JavaLanguage where the pre-processor did some useful work (hiding the fact everything needs to be in a class etc) to make learning coding easier for artists without a background in software development. Newer versions such as the P5 Javascript variant don't really need that so much, but the framework continues to be useful. Especially if you have a reasonable cloud environment like https://openprocessing.org/

I've become a big user of it for : IsPhilAnArtist?