here is a Fibonacci poem -- not sure who is the author...
I
wrote
a poem
on a page
but then each line grew
to the word sum of the previous two
until I started to worry about all these words coming with such frequency
because, as you can see, it can be easy to run out of space when a poem gets all Fibonacci sequency.
=====
edit 1: just found out the author of this poem is Brian Bilston. It has been included in his book, You Took the Last Bus Home: The Poems of Brian Bilston
Nice. I waste a lot of time converting prose/poetry that I like into code. Here's the first four lines of [the widely anthologized I guess] Wasteland:
// cruellest_month.js
import lilacs from 'deadland';
import spring from 'seasons';
let April = function() {
let season = spring;
return {
breeding: function() {
return lilacs();
},
mixing: function() {
return shakeUp(memory, desire);
},
stirring: function() {
let dullRoots = this.breeding().roots;
// move dullRoots in circles, using the avg
// rainfall speed to calculate the period
let circum = this.breeding().plotRadius * Math.PI * 2;
let period = circum * this.season.rain.averageSpeed();
dullRoots.setIntoCircularMotion(circum, period);
}
}
While the author "looked at anthologies that collected international, American, and English-language poems", there is a leaning towards American poetry as 11 of the 20 anthologies surveyed were anthologies of American poetry (based on their titles, bottom of the page).
I recognized quite a few poems...there are a lot of US based authors, but looking back 100 years I guess you would have: UK, Australia, USA, parts of Canada. Both the US & UK are well represented, and population wise I don't know how much poetry the other ones crank out. I recognized a lot of poems from the Norton Anthology of English Literature.
I was surprised to see a sample size of only 20 was considered representative. I wonder how genuinely representative it is (including the unstated exclusions that define the total population)
[+] [-] 68c12c16|8 years ago|reply
edit 1: just found out the author of this poem is Brian Bilston. It has been included in his book, You Took the Last Bus Home: The Poems of Brian Bilston
[+] [-] DanBC|8 years ago|reply
[+] [-] alexanderdmitri|8 years ago|reply
// cruellest_month.js
import lilacs from 'deadland';
import spring from 'seasons';
let April = function() {
};exports.cruellest = {
};[+] [-] ddoran|8 years ago|reply
[+] [-] throwaway7645|8 years ago|reply
[+] [-] corndoge|8 years ago|reply
[+] [-] quirkot|8 years ago|reply
[+] [-] lj3|8 years ago|reply
[+] [-] flixic|8 years ago|reply
[+] [-] salimmadjd|8 years ago|reply
so much depends upon
a red wheel barrow
glazed with rain water
beside the white chickens.
- William Carlos Williams
[+] [-] JoeDaDude|8 years ago|reply
[1] http://www.scifaiku.com/what/