Re: a vector of colors

2022-09-05 Thread zimoun
Hi, A bit late. :-) On mar., 09 août 2022 at 20:58, jgart wrote: > Why was this defined as a vector instead of a list? > > (define %colors > ;; See colortbl.h in Graphviz. > #("red" "magenta" "blue" "cyan3" "darkseagreen" > "peachpuff4" "darkviolet" "dimgrey" "darkgoldenrod")) and you

a vector of colors

2022-08-09 Thread jgart
Hi, Why was this defined as a vector instead of a list? (define %colors ;; See colortbl.h in Graphviz. #("red" "magenta" "blue" "cyan3" "darkseagreen" "peachpuff4" "darkviolet" "dimgrey" "darkgoldenrod"))