Skip to content

Instantly share code, notes, and snippets.

@philipkiely
Created June 13, 2020 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipkiely/9172595cc854133c959bf387dc9397ce to your computer and use it in GitHub Desktop.
Save philipkiely/9172595cc854133c959bf387dc9397ce to your computer and use it in GitHub Desktop.
First of nine 9-minute writing prompts

Prompt: Write or rewrite a paragraph of your existing work without using "to be" verbs like "is," "are," "was," and "were."

Original (WfSD CH9)

Writing any poem is difficult, and writing a sonnet is especially hard. This fourteen-line poetic form requires that each line be ten syllables of iambic pentameter and rhyme in a specific pattern: ABABCDCDEFEFGG. We are going to skip the hard work of writing sonnets by hand, instead using JavaScript to generate sonnets from a prepared data structure of rhyming lines from all 154 of Shakespeare's famous sonnets.

Rewritten

Crafting a sonnet, a difficult, rigidly structured poem, adds to poetry's existing challenges. The fourteen-line poetic form requires its ten-syllable lines of iambic pentameter to rhyme in a specific pattern: ABABCDCDEFEFGG. We will use JavaScript to skip the hard work of writing sonnets by hand, instead generating sonnets from a prepared data structure of rhyming lines from all 154 of Shakespeare's famous sonnets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment