Back in June, I made a quick-and-dirty attempt to get the big-bang model of functional
UI running in Processing
4.
Unfortunately Processing uses a dialect of Java predating introduction of Java Records
(JEP395), so I, er, creatively broke out
m4 as a preprocessor.
The resulting macros turn this:
into this:
The macros
Not yet properly factored out into a utility library or anything, just pasted straight at the
top of the file. Shield your eyes!