You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
476 B

---
title: "Code Poetry"
date: 2018-02-13T13:56:12-05:00
showDate: true
draft: false
tags: ["poem","code"]
---
Pseudo `code` poem.
```js
if (this === that):
try write_new_poem()
except not_a_poet as e:
return
```
Or just one long line...
```js
console.log('Sometimes lines are waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay toooooooooooooooooooo looooooooooooooooooooooooooooooong')
```
An embedded gist using shortcode:
{{< gist spf13 7896402 "img.html" >}}