My English teachers rewarded flowery, verbose writing. Over time I found this unwieldy and now I find myself re-reading my sentences to see what I can delete.

It's satisfying, like deleting unused code in a messy codebase. I envy writers who manage to densely pack information in sentences that are beautiful to read.

> My English teachers rewarded flowery, verbose writing.

Same here, and I suspect the same for most people: "due to a series of historical accidents the teaching of writing has gotten mixed together with the study of literature" --- http://www.paulgraham.com/essay.html Toward the end of high school I found The Elements of Style by accident and it changed my life. Yes, it changed my life!

I was always more interested in art than science. So I didn't become a programmer until I was almost 30. What struck me was how similar it was to prose.

1. There are many ways to write a program

2. Your first draft of a program is usually bad, but you can steadily improve it by rewriting it over and over and over. This unglamourous technique is the secret behind good prose too, as Graham points out.

3. As you rewrite it, you find you can do the same thing in half the space.

4. The programs that are most pleasant to use are ones where the programmer first wrote it for himself. Likewise, as Graham said here, a good strategy for useful essays is to write it first for yourself.

I completely agree. And there are definitely some programmers whose code and prose are both eloquent and beautiful:

https://norvig.com/sudoku.html

This is my all time favorite programming book, both for the prose and the code within it:

https://github.com/norvig/paip-lisp

Interestingly, I find that the set of Lisp programmers also contains many of the best writers about programming: Norvig, Graham, Stallman, McCarthy, Steele, Abelson, Sussman, etc.