I like when writers sneak a bit of poetry in what is basically straightforward describing.
For Elixir (programming language),
Sequentially spawning a thousand processes
for num <- 1..1000, do: spawn fn -> IO.puts(“#{num * 2}”) end
ie
The Face That Launched a thousand ships.
ie
“This is beautiful”.